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

Method fory_write_data

rust/fory-core/src/serializer/set.rs:33–35  ·  view source on GitHub ↗
(&self, context: &mut WriteContext)

Source from the content-addressed store, hash-verified

31
32impl<T: Serializer + ForyDefault + Eq + std::hash::Hash> Serializer for HashSet<T> {
33 fn fory_write_data(&self, context: &mut WriteContext) -> Result<(), Error> {
34 write_collection_data(self, context, false)
35 }
36
37 fn fory_write_data_generic(
38 &self,

Callers

nothing calls this directly

Calls 1

write_collection_dataFunction · 0.85

Tested by

no test coverage detected