ISerializer interface¶
Defined in
Namespace: ReactiveMarbles.CacheDatabase.Core
Assembly: ReactiveMarbles.CacheDatabase.Core.dll
Full name: ReactiveMarbles.CacheDatabase.Core.ISerializer
Modifiers: public abstract
Summary¶
Determines how to serialize to and from a byte.
Applies to
netstandard2.0
Methods¶
| Name | Summary |
|---|---|
| Deserialize | Deserializes from bytes. |
| Serialize | Serializes to an bytes. |