FsPickler


XmlSerializer

Namespace: MBrace.FsPickler
Attributes:
[<Sealed>]
[<AutoSerializable(false)>]

XML pickler instance.

Record Fields

Record FieldDescription
format
Signature: XmlPickleFormatProvider

Constructors

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

Define a new Xml pickler instance.

CompiledName: .ctor

Instance members

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

Gets or sets indentation of serialized pickles.

CompiledName: set_Indent

x.Indent()
Signature: unit -> unit

Gets or sets indentation of serialized pickles.

CompiledName: get_Indent

Fork me on GitHub