Class ValueDecoderFactory


  • public final class ValueDecoderFactory
    extends java.lang.Object
    Factory class used to construct all TypedValueDecoder (and TypedArrayDecoder) instances needed by a single stream reader instance. Some decoders are also recycled (for the lifetime of an encoder, which is same as its owners, i.e. stream reader or writer's) to minimize overhead.

    Since encoders may be recycled, instances are not thread-safe.

    Since:
    3.0