FsPickler


JsonSerializer

Namespace: MBrace.FsPickler.Json

Json pickler instance.

Record Fields

Record FieldDescription
format
Signature: JsonPickleFormatProvider

Constructors

ConstructorDescription
new(...)
Signature: (indent:bool option * omitHeader:bool option * typeConverter:ITypeNameConverter option * picklerResolver:IPicklerResolver option) -> JsonSerializer

Initializes a new Json pickler instance.

CompiledName: .ctor

Instance members

Instance memberDescription
x.Indent()
Signature: unit -> bool

Gets or sets whether Json output should be indented.

CompiledName: set_Indent

x.Indent()
Signature: unit -> unit

Gets or sets whether Json output should be indented.

CompiledName: get_Indent

x.OmitHeader()
Signature: unit -> bool

Gets or sets whether FsPickler headers should be ignored in pickle format.

CompiledName: set_OmitHeader

x.OmitHeader()
Signature: unit -> unit

Gets or sets whether FsPickler headers should be ignored in pickle format.

CompiledName: get_OmitHeader

x.SequenceSeparator()
Signature: unit -> string

Gets or sets a non-null whitespace string that serves as a custom, top-level sequence separator.

CompiledName: set_SequenceSeparator

x.SequenceSeparator()
Signature: unit -> unit

Gets or sets a non-null whitespace string that serves as a custom, top-level sequence separator.

CompiledName: get_SequenceSeparator

x.UseCustomTopLevelSequenceSeparator()
Signature: unit -> bool

Gets or sets whether top-level sequences should be serialized using the custom separator.

CompiledName: set_UseCustomTopLevelSequenceSeparator

x.UseCustomTopLevelSequenceSeparator()
Signature: unit -> unit

Gets or sets whether top-level sequences should be serialized using the custom separator.

CompiledName: get_UseCustomTopLevelSequenceSeparator

Fork me on GitHub