Click or drag to resize

SerializerSerializeWithLengthPrefixT Method (Stream, T, PrefixStyle, Int32)

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

Parameters

destination
Type: System.IOStream
instance
Type: T
style
Type: ProtoBufPrefixStyle
fieldNumber
Type: SystemInt32

Type Parameters

T
See Also