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

Method Builder

csharp/src/Fory/Fory.cs:59–62  ·  view source on GitHub ↗

Creates a new for configuring and building runtimes. A new builder instance.

()

Source from the content-addressed store, hash-verified

57 /// </summary>
58 /// <returns>A new builder instance.</returns>
59 public static ForyBuilder Builder()
60 {
61 return new ForyBuilder();
62 }
63
64 /// <summary>
65 /// Registers a user type by numeric type identifier.

Calls

no outgoing calls