Click or drag to resize

DataSerializerSerialiseDataObjectInt Method

Namespace:  NetworkCommsDotNet.DPSBase
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
protected abstract void SerialiseDataObjectInt(
	Stream ouputStream,
	Object objectToSerialise,
	Dictionary<string, string> options
)

Parameters

ouputStream
Type: System.IOStream
objectToSerialise
Type: SystemObject
options
Type: System.Collections.GenericDictionaryString, String
See Also