Click or drag to resize

TypeModelSerialize Method (Stream, Object, SerializationContext)

Namespace:  ProtoBuf.Meta
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public void Serialize(
	Stream dest,
	Object value,
	SerializationContext context
)

Parameters

dest
Type: System.IOStream
value
Type: SystemObject
context
Type: ProtoBufSerializationContext
See Also