程序包 org.starcoin.serde.format
package org.starcoin.serde.format
Module defining the Abstract Syntax Tree (AST) of Serde formats.
-
类说明Serde-based serialization format for named "container" types.An enum, that is, an enumeration of variants.A struct with a single unnamed parameter, e.g.A struct with named parameters, e.g.A struct with several unnamed parameters, e.g.An empty struct, e.g.Serde-based serialization format for anonymous "value" types.The formats of primitive types.A tuple, e.g. the format of `(Foo, Bar)`.Alias for `(Foo, ...The name of a container.Named<T>A named value.Description of a variant in an enum.A variant with a single unnamed parameter, e.g.A struct with named parameters, e.g.A struct with several unnamed parameters, e.g.A variant without parameters, e.g.