Show / Hide Table of Contents

Class SerializerFactory

Factory class for creating instances of ISerializer objects.

Inheritance
object
SerializerFactory
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.Serialization
Assembly: WMServer.dll
Syntax
public static class SerializerFactory

Methods

Create(string, string?)

Create a new instance of an ISerializer of the specified type.

Declaration
public static ISerializer Create(string serializerType, string? connection = null)
Parameters
Type Name Description
string serializerType

The type of serializer to create. Must be one of:

  • CSV
string connection
Returns
Type Description
ISerializer
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE