SystemJsonSerializer.Deserialize(byte[]) method¶
Defined in
Type: SystemJsonSerializer
Namespace: ReactiveMarbles.CacheDatabase.SystemTextJson
Assembly: ReactiveMarbles.CacheDatabase.SystemTextJson.dll
Applies to
netstandard2.0
public T? Deserialize<T>(byte[] bytes)
Inherited documentation
These docs were inherited from ISerializer. The member doesn't override them on this type.
Summary: Deserializes from bytes.
Type parameters
| Name | Description |
|---|---|
T | The type to deserialize to. |
Parameters
| Name | Type | Description |
|---|---|---|
bytes | byte[] | The bytes. |
Returns: T? -- The type.