Skip to content

SystemJsonSerializer class

Defined in

Namespace: ReactiveMarbles.CacheDatabase.SystemTextJson Assembly: ReactiveMarbles.CacheDatabase.SystemTextJson.dll Full name: ReactiveMarbles.CacheDatabase.SystemTextJson.SystemJsonSerializer Modifiers: public

Summary

View source

        A converter using System.Text.Json.
        

Applies to

netstandard2.0

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

Implements: ISerializer

Constructors

NameSummary
.ctor

Properties

NameSummary
OptionsGets or sets the optional options.

Methods

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