Package csw.params.core.formats
Interface ParamCodecs
- 
- All Superinterfaces:
- CommonCodecs,- ParamCodecsBase
 - All Known Subinterfaces:
- CommandServiceCodecs,- MessageCodecs,- MessageCodecsBase
 - All Known Implementing Classes:
- CommandAkkaSerializer,- CommandServiceClient,- CommandServiceCodecs$,- JParamCodecs$,- ParamCodecs$
 
 public interface ParamCodecs extends ParamCodecsBase Supports (de)serialization of csw models
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface csw.prefix.codecs.CommonCodecsCommonCodecs.Timestamp, CommonCodecs.Timestamp$
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends CommandResponse>
 io.bullet.borer.Codec<T>commandResponseCodec()<T extends Coords.Coord>
 io.bullet.borer.Codec<T>coordCodec()- 
Methods inherited from interface csw.prefix.codecs.CommonCodecsenumCodec, finiteDurationCodec, flatAdtEncoding, instantDec, instantEnc, prefixCodec
 - 
Methods inherited from interface csw.params.core.formats.ParamCodecsBaseangleCodec, arrayDataCodec, bytesDec, bytesEnc, charDec, charEnc, choiceCodec, commandIssueCodecValue, commandNameCodec, commandResponseCodecValue, controlCommandCodec, coordCodecValue, currentStateCodecValue, eventCodec, eventNameCodec, idCodec, javaByteArrayDec, javaByteArrayEnc, matrixDataCodec, obsIdCodec, paramCodec, paramCoreCodec, paramDecExistential, paramEncExistential, properMotionCodec, raDecCodec, resultCodec, sequenceCodec, sequenceCommandCodec, stateNameCodec, stateVariableCodecValue, structCodec, tagCodec, taiTimeCodec, utcTimeCodec, waCodec
 
- 
 
- 
- 
- 
Method Detail- 
commandResponseCodec<T extends CommandResponse> io.bullet.borer.Codec<T> commandResponseCodec() 
 - 
coordCodec<T extends Coords.Coord> io.bullet.borer.Codec<T> coordCodec() 
 
- 
 
-