Package e.java.codec
Interface Codec<S,T>
- Type Parameters:
S- Type of sourceT- Type of target
-
Field Summary
Fields inherited from interface e.java.codec.Decoder
decodingError -
Method Summary
Static Methods
-
Method Details
-
from
Creates a codec based on an implicit decoder and encoder- Type Parameters:
S- Type of sourceT- Type of target- Parameters:
decoder- Implicit instance of decoderencoder- Implicit instance of encoder- Returns:
- Created codec
-