TypeModelDeserialize Method (Stream, Object, Type, Int32, SerializationContext) |
Namespace:
ProtoBuf.Meta
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic Object Deserialize(
Stream source,
Object value,
Type type,
int length,
SerializationContext context
)
Parameters
- source
- Type: System.IOStream
- value
- Type: SystemObject
- type
- Type: SystemType
- length
- Type: SystemInt32
- context
- Type: ProtoBufSerializationContext
Return Value
Type:
Object
See Also