类 Format
java.lang.Object
org.starcoin.serde.format.Format
- 所有已实现的接口:
IReferenceContainerType
- 直接已知子类:
Format.Map,Format.Option,Format.Primitive,Format.Seq,Format.Tuple,Format.TupleArray,Format.TypeName
Serde-based serialization format for anonymous "value" types.
-
嵌套类概要
嵌套类修饰符和类型类说明static classstatic classstatic classThe formats of primitive types.static classstatic classA tuple, e.g. the format of `(Foo, Bar)`.static classAlias for `(Foo, ...static classThe name of a container. -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.starcoin.serde.format.IReferenceContainerType
referencedContainerTypeNames
-
构造器详细资料
-
Format
public Format()
-