Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.5 KB

Assorted.Utils.Serialization.Serializer.md

File metadata and controls

33 lines (21 loc) · 1.5 KB

Serializer Class

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.

Syntax

public static class Serializer

Properties

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.

Thread Safety

Any public static member of this type is thread-safe, but instance members are not guaranteed to be thread-safe.

See Also


This document is generated by DG.