Abblix.Oidc.Server.Common.Implementation Namespace
Abblix.Oidc.Server
Abblix.Oidc.Server.Common.Implementation Namespace
| Classes | |
|---|---|
| JsonBinarySerializer | Provides functionality to serialize and deserialize objects to and from JSON binary representations. Implements the IBinarySerializer interface using the System.Text.Json library for serialization. |
| JsonSerializationBinder | Implements the IJsonObjectBinder interface to bind JSON data from a System.Text.Json.Nodes.JsonObject to a specified model type. This binder utilizes System.Text.Json for serialization to dynamically bind the JSON data to the model's properties, allowing for both creation of new model instances or updating existing ones based on the provided JSON data. |