Package de.craftsblock.craftsnet.api.codec


package de.craftsblock.craftsnet.api.codec
  • Class
    Description
    Codec<R,T>
    A generic base interface for codecs, combining encoding and decoding operations.
    CodecPair<T,C extends Codec<?,?>>
    A sealed base class representing a binding between a target type and a corresponding codec.
    Decoder<R,T>
    A generic interface for decoding data from one type into another.
    A pairing between a specific target type and its associated Decoder.
    Encoder<R,T>
    A generic interface for encoding data from one type into another.
    A pairing between a specific target type and its associated Encoder.