AddDataSerializableFactoryClass Method
AddDataSerializableFactoryClass(int, string)
Adds an IDataSerializableFactory.
Declaration
public SerializationOptions AddDataSerializableFactoryClass(int factoryId, string factoryTypeName)
Parameters
| int | factoryId | The identifier of the factory.  | 
    
| string | factoryTypeName | The type name of the factory  | 
    
Returns
| SerializationOptions | The SerializationOptions.  | 
    
AddDataSerializableFactoryClass(int, Type)
Adds an IDataSerializableFactory.
Declaration
public SerializationOptions AddDataSerializableFactoryClass(int factoryId, Type factoryType)
Parameters
| int | factoryId | The identifier of the factory.  | 
    
| Type | factoryType | The type of the factory  | 
    
Returns
| SerializationOptions | The SerializationOptions.  |