NewtonsoftSerializer class¶
Defined in
Namespace: ReactiveMarbles.CacheDatabase.NewtonsoftJson
Assembly: ReactiveMarbles.CacheDatabase.NewtonsoftJson.dll
Full name: ReactiveMarbles.CacheDatabase.NewtonsoftJson.NewtonsoftSerializer
Modifiers: public
Summary¶
Serializer for the Newtonsoft Serializer.
Applies to
netstandard2.0
Class hierarchy
classDiagram
class NewtonsoftSerializer
class ISerializer {
<>
}
ISerializer <|.. NewtonsoftSerializer
Implements: ISerializer
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| Options | Gets or sets the optional options. |
Methods¶
| Name | Summary |
|---|---|
| Deserialize | Deserializes from bytes. |
| Serialize | Serializes to an bytes. |