TessaSerializerTryDeserializeBson - метод |
Пространство имён:
Tessa.Platform.Json
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: System.IOMemoryStream
- objType
- Тип: SystemType
- obj
- Тип: SystemObject
Возвращаемое значение
Тип:
BooleanСм. также