Skip to content

ISerializer.Serialize(T) method

Defined in

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

Applies to

netstandard2.0

byte[] Serialize<T>(T item)

Summary: Serializes to an bytes.

Type parameters

NameDescription
TThe type of serialize.

Parameters

NameTypeDescription
itemTThe item to serialize.

Returns: byte[] -- The bytes.