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