LjSerializer Class Methods
In This Topic
For a list of all members of this type, see LjSerializer members.
Public Methods
| | Name | Description |
 | Clone<T> | Performs a deep copy on the object. (Inherited from LiquidTechnologies.XmlObjects.Serializer) |
 | Deserialize | Overloaded. De-serializes an JSON document, creating a class populated with the data from the TextReader. |
 | RegisterAssembly | Registers an assembly and all the Liquid XML Objects attributed classes within it with the serializer. |
 | Serialize | Overloaded. Serializes a Liquid XML Objects attributed class to an System.IO.TextWriter. |
Top
See Also