ExplicitSerializer.DeserialiseDataObjectInt Method |
Namespace:
NetworkCommsDotNet.DPSBase
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxprotected override Object DeserialiseDataObjectInt(
Stream inputStream,
Type resultType,
Dictionary<string, string> options
)
Parameters
- inputStream
- Type: System.IO.Stream
- resultType
- Type: System.Type
- options
- Type: System.Collections.Generic.Dictionary<String, String>
Return Value
Type:
Object
See Also