Skip to content

NewtonsoftSerializer.Deserialize(byte[]) method

Defined in

Type: NewtonsoftSerializer Namespace: ReactiveMarbles.CacheDatabase.NewtonsoftJson Assembly: ReactiveMarbles.CacheDatabase.NewtonsoftJson.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.