类 ContainerFormat
java.lang.Object
org.starcoin.serde.format.ContainerFormat
- 所有已实现的接口:
IReferenceContainerType
- 直接已知子类:
ContainerFormat.Enum,ContainerFormat.NewTypeStruct,ContainerFormat.Struct,ContainerFormat.TupleStruct,ContainerFormat.UnitStruct
Serde-based serialization format for named "container" types.
In Rust, those are enums and structs.
-
嵌套类概要
嵌套类修饰符和类型类说明static classAn enum, that is, an enumeration of variants.static classA struct with a single unnamed parameter, e.g.static classA struct with named parameters, e.g.static classA struct with several unnamed parameters, e.g.static classAn empty struct, e.g. -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.starcoin.serde.format.IReferenceContainerType
referencedContainerTypeNames
-
构造器详细资料
-
ContainerFormat
public ContainerFormat()
-