Converts objectToSerialize to an array of bytes using the data processors and options provided.
Namespace: NetworkCommsDotNet.DPSBaseAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- objectToSerialise
- Type: T
Object to serialize
- dataProcessors
- Type: System.Collections.Generic List DataProcessor
Data processors to apply to serialised data. These will be run in index order i.e. low index to high
- options
- Type: System.Collections.Generic Dictionary String, String
Options dictionary for serialisation/data processing
Type Parameters
- T
- Type of object to serialize
Return Value
Type: StreamTools StreamSendWrapperSerialized array of bytes
See Also