Package de.craftsblock.craftsnet.api.codec
package de.craftsblock.craftsnet.api.codec
-
ClassDescriptionCodec<R,
T> A generic base interface for codecs, combining encoding and decoding operations.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.DecoderPair<T>A pairing between a specific target type and its associatedDecoder.Encoder<R,T> A generic interface for encoding data from one type into another.EncoderPair<T>A pairing between a specific target type and its associatedEncoder.