ExplicitSerializer.SerialiseDataObjectInt 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.IO.Stream
- objectToSerialise
- Type: System.Object
- options
- Type: System.Collections.Generic.Dictionary<String, String>
See Also