cst_encode_i_64 method

  1. @protected
int cst_encode_i_64(
  1. PlatformInt64 raw
)

Implementation

@protected
int cst_encode_i_64(PlatformInt64 raw) {
  // Codec=Cst (C-struct based), see doc to use other codecs
  return raw.toInt();
}