TypeSpecificSerializers
class TypeSpecificSerializers
public TypeSpecificSerializers()
public void RegisterSerializers<T>(string type, Func<GeometryDataSerializer, IDesignScriptEntity> reader) where T : IDesignScriptEntity
Finds the underlying interface implementation type and uses appropriate
writer to serialize the given entity.