Package org.starcoin.serde.format
Class Format
- java.lang.Object
-
- org.starcoin.serde.format.Format
-
- All Implemented Interfaces:
IReferenceContainerType
- Direct Known Subclasses:
Format.Map,Format.Option,Format.Primitive,Format.Seq,Format.Tuple,Format.TupleArray,Format.TypeName
public abstract class Format extends Object implements IReferenceContainerType
Serde-based serialization format for anonymous "value" types.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFormat.Mapstatic classFormat.Optionstatic classFormat.PrimitiveThe formats of primitive types.static classFormat.Seqstatic classFormat.TupleA tuple, e.g.static classFormat.TupleArrayAlias for `(Foo, ...static classFormat.TypeNameThe name of a container.
-
Constructor Summary
Constructors Constructor Description Format()
-