DATATYPE - data type to be encoded and decodedpublic interface ICodec<DATATYPE> extends IEncoder<DATATYPE,DATATYPE>, IDecoder<DATATYPE,DATATYPE>
| Modifier and Type | Method and Description |
|---|---|
static <T> IdentityCodec<T> |
identity() |
getEncodedgetDecoded@Nonnull static <T> IdentityCodec<T> identity()
Copyright © 2014–2017 Philip Helger. All rights reserved.