Json |
| 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. |