Namespace: Assorted.Utils.Serialization
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Inheritance: object→
Serializer
This class provides access to the concrete and singleton instances of the ISerializer
interface.
public static class Serializer
Property | Description |
---|---|
Binary | Gets an instance of BinarySerializer class for serializing and deserializing objects into and from binary/base-64 format. |
JSON | Gets an instance of JsonSerializer class for serializing and deserializing objects into and from JSON format. |
XML | Gets an instance of XmlSerializer class for serializing and deserializing objects into and from XML format. |
Any public static member of this type is thread-safe, but instance members are not guaranteed to be thread-safe.
This document is generated by DG.