JsonNetExtensions
Static members
Static member | Description |
Clone(item)
Signature: item:obj -> 'T
Type parameters: 'T |
Makes a copy from the object. Doesn't copy the reference memory, only data. |
Deserialize(xmlDocument)
Signature: xmlDocument:XDocument -> 'T
Type parameters: 'T |
|
SerializeToXml(obj)
Signature: obj:obj -> string
|
|
ToXML(o)
Signature: o:'T -> string
Type parameters: 'T |