Click or drag to resize

JsonObjectSerializerDeserialize Method

Overload List
 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.
Top
See Also