LjSerializer Class Members
In This Topic
The following tables list the members exposed by LjSerializer.
Public Constructors
Public Properties
| Name | Description |
| NugetVersion | The version of the Nuget the LXO runtime is contained within. A string in the form X.X.X |
| Version | The version of the runtime - must match the version in the generated code |
Top
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