Package io.activej.codec
Interface StructuredDecoder<T>
- All Known Subinterfaces:
StructuredCodec<T>
- All Known Implementing Classes:
CodecSubtype
public interface StructuredDecoder<T>
Encorer can read an object of type T from a
StructuredInput.-
Method Summary
Modifier and Type Method Description Tdecode(StructuredInput in)static <T> StructuredDecoder<T>ofObject(StructuredDecoder<T> decoder)static <T> StructuredDecoder<T>ofObject(Supplier<T> supplier)static <T> StructuredDecoder<T>ofTuple(StructuredDecoder<T> decoder)
-
Method Details
-
decode
- Throws:
MalformedDataException
-
ofObject
-
ofObject
-
ofTuple
-