TessaBsonSerializerTryDeserializeBson - метод
Пространство имён: Tessa.Platform.JsonСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public bool TryDeserializeBson(
MemoryStream stream,
Type objType,
out Object obj
)
Public Function TryDeserializeBson (
stream As MemoryStream,
objType As Type,
<OutAttribute> ByRef obj As Object
) As Boolean
public:
bool TryDeserializeBson(
MemoryStream^ stream,
Type^ objType,
[OutAttribute] Object^% obj
)
member TryDeserializeBson :
stream : MemoryStream *
objType : Type *
obj : Object byref -> bool
- stream MemoryStream
-
- objType Type
-
- obj Object
-
Boolean