| SerializationHelper Methods | 
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)
              |