IJsonSerializableDeserialize - метод
Выполняет десериализацию объекта из JSON.
Пространство имён: Tessa.PlatformСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
void Deserialize(
JsonReader reader
)
Sub Deserialize (
reader As JsonReader
)
void Deserialize(
JsonReader^ reader
)
abstract Deserialize :
reader : JsonReader -> unit
Параметры
- reader JsonReader
- Объект, выполняющий чтение сериализуемого объекта из JSON.