SerializerSerializeWithLengthPrefixT Method (Stream, T, PrefixStyle) |
Namespace:
ProtoBuf
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic static void SerializeWithLengthPrefix<T>(
Stream destination,
T instance,
PrefixStyle style
)
Parameters
- destination
- Type: System.IOStream
- instance
- Type: T
- style
- Type: ProtoBufPrefixStyle
Type Parameters
- T
See Also