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.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. -
Constructor Summary
Constructors Constructor Description Format() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.starcoin.serde.format.IReferenceContainerType
referencedContainerTypeNames
-
Constructor Details
-
Format
public Format()
-