SerializerNonGenericTryDeserializeWithLengthPrefix Method |
Namespace:
ProtoBuf
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic static bool TryDeserializeWithLengthPrefix(
Stream source,
PrefixStyle style,
SerializerTypeResolver resolver,
out Object value
)
Parameters
- source
- Type: System.IOStream
- style
- Type: ProtoBufPrefixStyle
- resolver
- Type: ProtoBufSerializerTypeResolver
- value
- Type: SystemObject
Return Value
Type:
Boolean
See Also