Module swim.avro
Package swim.avro

Class Avro


  • public final class Avro
    extends Object
    Factory for constructing Avro decoders and encoders.
    • Method Detail

      • typeDecoder

        public static <T> Decoder<T> typeDecoder​(AvroType<T> type)
      • isNameStartChar

        public static boolean isNameStartChar​(int c)
      • isNameChar

        public static boolean isNameChar​(int c)