awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesContextual Serialization Logic

Logic that modifies the serialization process based on external runtime context or state.

Distinct from Conditional Logic: Unlike generic conditional logic, this specifically targets the data serialization pipeline using injected scopes.

Explore 1 awesome GitHub repository matching software engineering & architecture · Contextual Serialization Logic. Refine with filters or upvote what's useful.

Awesome Contextual Serialization Logic GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • rails-api/active_model_serializersrails-api का अवतार

    rails-api/active_model_serializers

    5,342GitHub पर देखें↗

    Active Model Serializers is a Ruby on Rails JSON serializer used to transform model objects and associations into structured JSON responses for APIs. It functions as a model-to-JSON mapper and response formatter that decouples internal database schemas from external API contracts. The project utilizes a pluggable adapter pattern to organize serialized data according to specific standards, such as the JSON API specification. It provides a mechanism to map internal attributes to custom JSON keys and implements a serialization scope that allows for attribute and association filtering based on au

    Passes external context into the serialization process to filter attributes or associations based on user permissions.

    Rubyjsonresource-serializerruby
    GitHub पर देखें↗5,342
  1. Home
  2. Software Engineering & Architecture
  3. Contextual Serialization Logic