encode method
Encode the data object, actual encrypt or anonymize. 数据编码,实际根据不同的密态场景底层可能是加密或匿名化.
Implementation
@override
Future<Uint8List?> encode(CipherEntity explain, {Context? ctx}) async {
return await _h.invoke(this, _methods['encode']!, [explain], ctx);
}