cst_encode_unit method

  1. @protected
void cst_encode_unit(
  1. void raw
)
override

Implementation

@protected
void cst_encode_unit(void raw) {
  // Codec=Cst (C-struct based), see doc to use other codecs
  return raw;
}