T - the type encoded to JsonJ - the json typepublic interface JsonCodec<T,J> extends JsonEncoder<T,J>, JsonDecoder<T,J>
<T> back and forth to <J>.
<T> can be any class or interface type, <J> can be one of the following:
To use it in @ModuleGen annotation you must provide
a public static final [JsonCodecType] INSTANCE.encode, getTargetClassdecode, getTargetClassCopyright © 2019 Eclipse. All rights reserved.