Class AbstractUncheckedCodec<P,​I,​X extends RuntimeException>

    • Constructor Detail

      • AbstractUncheckedCodec

        public AbstractUncheckedCodec()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • deserializeImpl

        protected abstract @NonNull I deserializeImpl​(@NonNull P product)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        deserializeImpl in class AbstractCodec<P,​I,​X extends RuntimeException>
      • serializeImpl

        protected abstract @NonNull P serializeImpl​(@NonNull I input)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        serializeImpl in class AbstractCodec<P,​I,​X extends RuntimeException>