XmlSerializer
Namespace: MBrace.FsPickler
Attributes:
[<Sealed>]
[<AutoSerializable(false)>]
Record Fields
Record Field | Description |
format
Signature: XmlPickleFormatProvider
|
|
Constructors
Constructor | Description |
new(...)
Signature: (indent:bool option * typeConverter:ITypeNameConverter option * picklerResolver:IPicklerResolver option) -> XmlSerializer
|
Define a new Xml pickler instance.
CompiledName: .ctor
|
Instance members
Instance member | Description |
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
|