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

Method Build

csharp/src/Fory/Config.cs:248–251  ·  view source on GitHub ↗

Builds a single-threaded instance. A configured runtime.

()

Source from the content-addressed store, hash-verified

246 /// </summary>
247 /// <returns>A configured <see cref="Fory"/> runtime.</returns>
248 public Fory Build()
249 {
250 return new Fory(BuildConfig());
251 }
252
253 /// <summary>
254 /// Builds a multi-thread-safe wrapper that keeps one <see cref="Fory"/> per thread.

Calls

no outgoing calls