cst_encode_i_64 method
Implementation
@protected
JSAny cst_encode_i_64(PlatformInt64 raw) {
// Codec=Cst (C-struct based), see doc to use other codecs
return castNativeBigInt(raw);
}
@protected
JSAny cst_encode_i_64(PlatformInt64 raw) {
// Codec=Cst (C-struct based), see doc to use other codecs
return castNativeBigInt(raw);
}