Package ru.tinkoff.kora.json.common
package ru.tinkoff.kora.json.common
-
ClassDescriptionJsonNullable<T>Русский: Специальный тип который позволяет указывать как записывать/считывать поля из JSON в состояниях, когда поле указано и/или является `null` или не является `null` в JSON Работает как для
JsonWriterтак иJsonReaderEnglish: A special type that allows you to specify how to write/read fields from JSON in states where the field is specified and/or is `null` or is not `null` in JSON Works for bothJsonWriterandJsonReader
Пример / Example:JsonReader<T>Русский: Контракт читателя JSON со всеми методами чтения English: JSON reader contract with all read methodsJsonWriter<T>Русский: Контракт писателя JSON со всеми методами записи English: JSON writer contract with all write methodsSortedSetJsonReader<T extends Comparable<T>>