Uses of Interface
org.starcoin.serde.format.IReferenceContainerType
| Package | Description |
|---|---|
| org.starcoin.serde.format |
Module defining the Abstract Syntax Tree (AST) of Serde formats.
|
-
Uses of IReferenceContainerType in org.starcoin.serde.format
Classes in org.starcoin.serde.format that implement IReferenceContainerType Modifier and Type Class Description classContainerFormatSerde-based serialization format for named "container" types.static classContainerFormat.EnumAn enum, that is, an enumeration of variants.static classContainerFormat.NewTypeStructA struct with a single unnamed parameter, e.g.static classContainerFormat.StructA struct with named parameters, e.g.static classContainerFormat.TupleStructA struct with several unnamed parameters, e.g.static classContainerFormat.UnitStructAn empty struct, e.g.classFormatSerde-based serialization format for anonymous "value" types.static classFormat.MapA map, e.g.static classFormat.OptionThe format of `Option`. static classFormat.PrimitiveThe formats of primitive types.static classFormat.SeqA sequence, e.g.static classFormat.TupleA tuple, e.g.static classFormat.TupleArrayAlias for `(Foo, ...static classFormat.TypeNameThe name of a container.classNamedFormatclassNamedVariantFormatclassVariantFormatDescription of a variant in an enum.static classVariantFormat.NewTypeA variant with a single unnamed parameter, e.g.static classVariantFormat.StructA struct with named parameters, e.g.static classVariantFormat.TupleA struct with several unnamed parameters, e.g.static classVariantFormat.UnitA variant without parameters, e.g.