Show / Hide Table of Contents

Class SerializerFactory

Provides access to custom serializers.

Inheritance
System.Object
SerializerFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Manatee.Json.Serialization
Assembly: Manatee.Json.dll
Syntax
public static class SerializerFactory

Methods

| Improve this Doc View Source

AddSerializer(ISerializer)

Adds a new custom serializer.

Declaration
public static void AddSerializer(ISerializer serializer)
Parameters
Type Name Description
ISerializer serializer

The serializer to add.

| Improve this Doc View Source

RemoveSerializer<T>()

Removes a custom serializer.

Declaration
public static void RemoveSerializer<T>()
    where T : ISerializer
Type Parameters
Name Description
T

The concrete type of serializer to remove.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX