The BinaryFormaterSerializer type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | DeserialiseDataObject T ( Byte ) |
Converts array of bytes previously serialized to an object of provided type. Assumes no data processors.
(Inherited from DataSerializer.) |
![]() | DeserialiseDataObject T (MemoryStream) |
Converts a memory stream containing bytes previously serialized to an object of provided type. Assumes no data processors.
(Inherited from DataSerializer.) |
![]() | DeserialiseDataObject T ( Byte , List DataProcessor , Dictionary String, String ) |
Converts bytes previously serialized and processed using data processors to an object of provided type
(Inherited from DataSerializer.) |
![]() | 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
(Inherited from DataSerializer.) |
![]() | DeserialiseDataObjectInt |
Deserialises the data in a stream to an object of the specified type using any relevant provided options
(Overrides DataSerializer DeserialiseDataObjectInt(Stream, Type, Dictionary String, String ).) |
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | SerialiseDataObject T (T) |
Converts objectToSerialize to an array of bytes. Uses no data processors.
(Inherited from DataSerializer.) |
![]() | SerialiseDataObject T (T, List DataProcessor , Dictionary String, String ) |
Converts objectToSerialize to an array of bytes using the data processors and options provided.
(Inherited from DataSerializer.) |
![]() | SerialiseDataObjectInt |
Serialises an object to a stream using any relevant options provided
(Overrides DataSerializer SerialiseDataObjectInt(Stream, Object, Dictionary String, String ).) |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Properties
Name | Description | |
---|---|---|
![]() | Identifier |
Returns a unique identifier for the serializer type. Used in automatic serialization/compression detection
(Inherited from DataSerializer.) |
![]() ![]() | Instance | Obsolete.
Instance singleton used to access serializer instance. Use instead GetDataSerializer T |
See Also