Uses of Class
tech.ydb.yoj.repository.db.exception.ConversionException
Packages that use ConversionException
-
Uses of ConversionException in tech.ydb.yoj.repository.db.common
Methods in tech.ydb.yoj.repository.db.common that throw ConversionExceptionModifier and TypeMethodDescription<T> TDeserializes an object of the specified type from its JSON representation.<T> TJsonConverter.fromObject(@NonNull Type type, Object content) Converts an object to a different type using JSON mapping logic as an intermediary.Serializes an object of the specified type to its JSON representation.