20 packages tagged with “polymorphic”
Package Description
Create the shiny new polymorphic lookups columns without a line of code
Configure polymorphism with the contract model
Newtonsoft.Json known types serialization binder
Provides polymorphic (de)serialization support using Hyperion.
Provides support polymorphic types in C#, such as Covariant and Invariant Maybe (Optional) types, and type unions.
CacheManager extension package providing polymorphic (de)serialization support using Hyperion for distributed caches. CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features, the Hyperion serializer can be used in place of the default Binary Serializer
A polymorphic JsonConverter and extension methods for Neo4jClient
Polymorphic Pseudonymisation is an encryption technology developed by Eric Verheul to ensure the privacy and security of users in an authentication system. This technology has been incorporated in the Dutch "EID" system. Polymorphic Pseudonymisation is based on the El-Ghamal encryption system and split proof evidence.
KnownTypes registry supporting polymorphic serialization
A polymorphic model binder for ASP.NET Core.
JSON utilities and custom converters for System.Text.Json in C#. Includes MultiFormatDateTimeConverter, ConditionalStringEnumConverter, PolymorphicJsonConverterFactory, and JsonOptions. Essential for advanced JSON serialization scenarios.
A generic arithmetic library. Allows you to perform arithmetic on any numeric type. All .NET numeric value types are supported, as is any custom numeric type--just implement the numeric operator overloads.
Drop-in helpers to address common pain points when working with System.Text.Json in .NET applications. Provides Newtonsoft.Json-like conveniences including deep merge, JSON patch, polymorphic deserialization, flexible enums, optional property defaults, case-insensitive matching, JsonPath queries, LINQ-to-JSON, and comprehensive validation - all while maintaining System.Text.Json's performance benefits.
A unified serialization library for .NET that provides a consistent API for various serialization formats including JSON, XML, YAML, TOML, and MessagePack.