org.omnaest.utils.codec
Interface Codec.EncoderAndDecoder<ENCODED,DECODED>

Type Parameters:
ENCODED -
DECODED -
All Superinterfaces:
Codec.Decoder<DECODED,ENCODED>, Codec.Encoder<ENCODED,DECODED>
Enclosing class:
Codec

public static interface Codec.EncoderAndDecoder<ENCODED,DECODED>
extends Codec.Encoder<ENCODED,DECODED>, Codec.Decoder<DECODED,ENCODED>

Author:
Omnaest
See Also:
Codec.Encoder, Codec.Decoder

Method Summary
 
Methods inherited from interface org.omnaest.utils.codec.Codec.Encoder
encode
 
Methods inherited from interface org.omnaest.utils.codec.Codec.Decoder
decode
 



Copyright © 2013. All Rights Reserved.