MCPcopy Create free account
hub / github.com/apache/fory / fory_write_data

Method fory_write_data

rust/tests/tests/test_cross_language.rs:722–724  ·  view source on GitHub ↗
(&self, context: &mut WriteContext)

Source from the content-addressed store, hash-verified

720}
721impl Serializer for MyExt {
722 fn fory_write_data(&self, context: &mut WriteContext) -> Result<(), fory_core::error::Error> {
723 write_data(&self.id, context)
724 }
725
726 fn fory_read_data(context: &mut ReadContext) -> Result<Self, Error> {
727 Ok(Self {

Callers

nothing calls this directly

Calls 1

write_dataFunction · 0.85

Tested by

no test coverage detected