Click or drag to resize

JsonObjectSerializer Methods

The JsonObjectSerializer type exposes the following members.

Methods
 NameDescription
Public methodDeserialize(ReadOnlyMemoryByte, Type) Deserialize the given bytes to an object of the given type.
Public methodDeserialize(ReadOnlyMemoryChar, Type) Deserialize the given chars to an object of the given type.
Public methodDeserialize(String, Type) Deserialize the given JSON string to an object of the given type.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSerialize Serialize the given object to JSON.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also