Package dev.siroshun.codec4j.api.codec.collection
package dev.siroshun.codec4j.api.codec.collection
-
ClassDescriptionA
DecodeErrorwhen an element is duplicated during decoding into a collection that does not allow duplicates.ElementDecoder<E,R> ADecoderfor decoding elements from anIn.readList(Object, java.util.function.BiFunction).An interface to processing elements of the collection.ElementEncoder<E,T> An interface for processing elements of the collection.EntryDecoder<K,V, R> ADecoderfor decoding entries from anIn.readMap(Object, java.util.function.BiFunction)EntryEncoder<E,T> EntryProcessor<K,V, E, T> An interface to processing entries of the collection.MapCodec<K,V> ADecodeErrorwhen an entry is duplicated during decoding into a map that does not allow duplicates.