ITextFormatter interface
Interface which allows an object to be seralized/deserialized according to custom rules depending a given file format.
public interface ITextFormatter
Members
| name | description |
|---|---|
| Deserialize(…) | Deserializes a string and creates a new instance of the specified object. |
| Serialize(…) | Serializes an object to a string value using custom rules. |
See Also
- namespace TheCodingMonkey.Serialization