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
| Name | Description |
|---|---|
T | The type of serialize. |
Parameters
| Name | Type | Description |
|---|---|---|
item | T | The item to serialize. |
Returns: byte[] -- The bytes.