cst_encode_bool method

  1. @protected
bool cst_encode_bool(
  1. bool raw
)
override

Implementation

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