Name | Description | |
---|---|---|
LjSerializer<T> Constructor | Overloaded. |
The following tables list the members exposed by LjSerializer<T>.
Name | Description | |
---|---|---|
LjSerializer<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
Deserialize | Overloaded. De-serializes an JSON document, creating a class populated with the data from the TextReader. Creates an instance of T from the data in the textReader | |
Serialize | Overloaded. Serializes a class of type T to an System.IO.TextWriter.Serializes a class of type T to file. |