TypeModelDeserialize Method (Stream, Object, Type) |
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
)
Parameters
- source
- Type: System.IOStream
- value
- Type: SystemObject
- type
- Type: SystemType
Return Value
Type:
Object
See Also