-
- All Implemented Interfaces:
-
e.kotlin.codec.Decoder
,e.kotlin.codec.Encoder
public interface Codec<S extends Object, T extends Object> implements Decoder, Encoder
Typeclass defining decoding and encoding together via e.kotlin.codec.Decoder and e.kotlin.codec.Encoder