Click or drag to resize

SerializerNonGenericSerializeWithLengthPrefix Method

Namespace:  ProtoBuf
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void SerializeWithLengthPrefix(
	Stream destination,
	Object instance,
	PrefixStyle style,
	int fieldNumber
)

Parameters

destination
Type: System.IOStream
instance
Type: SystemObject
style
Type: ProtoBufPrefixStyle
fieldNumber
Type: SystemInt32
See Also