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