Пример #1
0
 @Override
 public Identity decode(final byte[] bytes) throws IOException {
   return CcStrict.applyRules(this.origin.decode(bytes));
 }
Пример #2
0
 @Override
 public byte[] encode(final Identity identity) throws IOException {
   return this.origin.encode(CcStrict.applyRules(identity));
 }