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

Method build

rust/fory-core/src/fory.rs:362–365  ·  view source on GitHub ↗

Builds a [`Fory`] instance with the current builder configuration.

(self)

Source from the content-addressed store, hash-verified

360
361 /// Builds a [`Fory`] instance with the current builder configuration.
362 pub fn build(self) -> Fory {
363 let config = self.finish_config();
364 Fory::from_config(config)
365 }
366}
367
368/// The main Fory serialization framework instance.

Calls 1

finish_configMethod · 0.80