JsonExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Dictionary extensions for serializations
public static class JsonExtensions
type JsonExtensions = class
Public Class JsonExtensions
- Inheritance
-
JsonExtensions
Properties
Deserializer |
Gets or sets a Deserializer to use when deserializing objects from JSON. |
Serializer |
Gets or sets a Serializer to use when serializing objects to JSON. |
Methods
DeserializeFromJson<T>(String) |
Deserialzes JSON into an instance of type T. |
DeserializeJwtHeader(String) |
Deserialzes JSON into an instance of JwtHeader. |
DeserializeJwtPayload(String) |
Deserialzes JSON into an instance of JwtPayload. |
SerializeToJson(Object) |
Serializes an object to JSON. |