Skip to content

ISerializer.Deserialize(byte[]) method

Defined in

Type: ISerializer Namespace: ReactiveMarbles.CacheDatabase.Core Assembly: ReactiveMarbles.CacheDatabase.Core.dll

Applies to

netstandard2.0

T? Deserialize<T>(byte[] bytes)

Summary: Deserializes from bytes.

Type parameters

NameDescription
TThe type to deserialize to.

Parameters

NameTypeDescription
bytesbyte[]The bytes.

Returns: T? -- The type.