SerializationHelper Class | 
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The SerializationHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| Deserialize(EntityBase2, SerializationInfo, StreamingContext) | 
            Deserializes the specified entity.
              | |
| Deserialize(IEntityCollection2, SerializationInfo, StreamingContext) | 
            Deserializes the specified entity collection.
              | |
| Deserialize(ITypedView2, SerializationInfo, StreamingContext) | 
            Deserializes the specified typed view.
              | |
| Deserialize(TypedListCore, SerializationInfo, StreamingContext) | 
            Deserializes the specified typed list.
              | |
| Deserialize(UnitOfWork2, SerializationInfo, StreamingContext) | 
            Deserializes the specified unit of work.
              | |
| DeserializeEntityFields | 
            Deserializes the entity fields data passed in into the fields object passed in.
              | |
| DeserializeSimpleReadOnlyTableData | 
            Deserializes the simple read only table data into the datatable passed in. 
              | |
| Serialize(EntityBase2, SerializationInfo, StreamingContext) | 
            Serializes the specified entity.
              | |
| Serialize(IEntityCollection2, SerializationInfo, StreamingContext) | 
            Serializes the specified entity collection.
              | |
| Serialize(ITypedView2, SerializationInfo, StreamingContext) | 
            Serializes the specified typed view.
              | |
| Serialize(TypedListCore, SerializationInfo, StreamingContext) | 
            Serializes the specified typed list.
              | |
| Serialize(UnitOfWork2, SerializationInfo, StreamingContext) | 
            Serializes the specified unit of work.
              | |
| SerializeEntityFields | 
            Serializes the entity fields passed in. 
              | |
| SerializeSimpleReadOnlyTableData | 
            Serializes the simple read only table data, which are stored in datatables (which are the base class for typedlists/views)
              | 
| Name | Description | |
|---|---|---|
| Compressor | 
            Setting for the compressor to use on the serialized bytestream. Default: none. 
              | |
| Optimization | 
            Set this field to the serialization optimization you want to use, application wide. Default: None (use the regular binary formatter serialization
            / deserialization). 
              | |
| PreserveObjectIDs | 
            Flag to signal if ObjectID's should be serialized into the output or not. Default: true.
              | |
| SerializationKey | 
            Name under which the data is stored in the info block. 
              |