ExplicitSerializerSerialiseDataObjectInt Method |
Namespace:
NetworkCommsDotNet.DPSBase
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxprotected override void SerialiseDataObjectInt(
Stream outputStream,
Object objectToSerialise,
Dictionary<string, string> options
)
Parameters
- outputStream
- Type: System.IOStream
- objectToSerialise
- Type: SystemObject
- options
- Type: System.Collections.GenericDictionaryString, String
See Also