DataSerializerSerialiseDataObjectT Method (T, ListDataProcessor, DictionaryString, String) |
Namespace:
NetworkCommsDotNet.DPSBase
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic StreamToolsStreamSendWrapper SerialiseDataObject<T>(
T objectToSerialise,
List<DataProcessor> dataProcessors,
Dictionary<string, string> options
)
Parameters
- objectToSerialise
- Type: T
- dataProcessors
- Type: System.Collections.GenericListDataProcessor
- options
- Type: System.Collections.GenericDictionaryString, String
Type Parameters
- T
Return Value
Type:
StreamToolsStreamSendWrapper
See Also