Skip to content

NewtonsoftSerializer class

Defined in

Namespace: ReactiveMarbles.CacheDatabase.NewtonsoftJson Assembly: ReactiveMarbles.CacheDatabase.NewtonsoftJson.dll Full name: ReactiveMarbles.CacheDatabase.NewtonsoftJson.NewtonsoftSerializer Modifiers: public

Summary

View source

        Serializer for the Newtonsoft Serializer.
        

Applies to

netstandard2.0

Class hierarchy
classDiagram
class NewtonsoftSerializer
class ISerializer {
    <>
}
ISerializer <|.. NewtonsoftSerializer

Implements: ISerializer

Constructors

NameSummary
.ctor

Properties

NameSummary
OptionsGets or sets the optional options.

Methods

NameSummary
DeserializeDeserializes from bytes.
SerializeSerializes to an bytes.
Inherited members