serialize method
Implementation
SerializedBcs serialize(Input value, {BcsWriterOptions? options}) {
validate(value);
return SerializedBcs(this, _serialize(value, options: options));
}
SerializedBcs serialize(Input value, {BcsWriterOptions? options}) {
validate(value);
return SerializedBcs(this, _serialize(value, options: options));
}