Json |
The JsonObjectSerializer type exposes the following members.
| Name | Description | |
|---|---|---|
| Deserialize(ReadOnlyMemoryByte, Type) | Deserialize the given bytes to an object of the given type. | |
| Deserialize(ReadOnlyMemoryChar, Type) | Deserialize the given chars to an object of the given type. | |
| Deserialize(String, Type) | Deserialize the given JSON string to an object of the given type. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Serialize | Serialize the given object to JSON. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |