Skip to content

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)

View source

Inherited documentation

These docs were inherited from ISerializer. The member doesn't override them on this type.

Summary: Deserializes from bytes.

Type parameters

NameDescription
TThe type to deserialize to.

Parameters

NameTypeDescription
bytesbyte[]The bytes.

Returns: T? -- The type.