TypeModelSerializeWithLengthPrefix Method (Stream, Object, Type, PrefixStyle, Int32) |
Namespace:
ProtoBuf.Meta
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic void SerializeWithLengthPrefix(
Stream dest,
Object value,
Type type,
PrefixStyle style,
int fieldNumber
)
Parameters
- dest
- Type: System.IOStream
- value
- Type: SystemObject
- type
- Type: SystemType
- style
- Type: ProtoBufPrefixStyle
- fieldNumber
- Type: SystemInt32
See Also