类分层结构
- java.lang.Object
- cn.taketoday.core.serializer.support.DeserializingConverter (implements cn.taketoday.core.conversion.Converter<S,
T>) - cn.taketoday.core.serializer.support.SerializationDelegate (implements cn.taketoday.core.serializer.Deserializer<T>, cn.taketoday.core.serializer.Serializer<T>)
- cn.taketoday.core.serializer.support.SerializingConverter (implements cn.taketoday.core.conversion.Converter<S,
T>) - java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- cn.taketoday.core.NestedRuntimeException (implements cn.taketoday.core.NestedException)
- cn.taketoday.core.serializer.support.SerializationFailedException
- cn.taketoday.core.NestedRuntimeException (implements cn.taketoday.core.NestedException)
- java.lang.RuntimeException
- java.lang.Exception
- cn.taketoday.core.serializer.support.DeserializingConverter (implements cn.taketoday.core.conversion.Converter<S,