类 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 class
static class
static class
The formats of primitive types.static class
static class
A tuple, e.g. the format of `(Foo, Bar)`.static class
Alias for `(Foo, ...static class
The 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()
-