Class SerializerFactory
Factory class for creating instances of ISerializer objects.
Inherited Members
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:
|
string | connection |
Returns
Type | Description |
---|---|
ISerializer |