Class DefaultEncoder

  • All Implemented Interfaces:
    Encoder

    public class DefaultEncoder
    extends Object
    implements Encoder
    The default encoder used which registers common types and knows how to encode them into their binary representation with the proper flags.
    Since:
    3.0.0
    • Field Detail

      • INSTANCE

        public static final DefaultEncoder INSTANCE
        The default instance to reuse.
    • Constructor Detail

      • DefaultEncoder

        public DefaultEncoder()