Overload List
| Name | Description | |
|---|---|---|
| DeserialiseDataObject T ( Byte ) |
Converts array of bytes previously serialized to an object of provided type. Assumes no data processors.
| |
| DeserialiseDataObject T (MemoryStream) |
Converts a memory stream containing bytes previously serialized to an object of provided type. Assumes no data processors.
| |
| DeserialiseDataObject T ( Byte , List DataProcessor , Dictionary String, String ) |
Converts bytes previously serialized and processed using data processors to an object of provided type
| |
| DeserialiseDataObject T (MemoryStream, List DataProcessor , Dictionary String, String ) |
Converts a memory stream containing bytes previously serialized and processed using data processors to an object of provided type
|
See Also