类 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 class
An enum, that is, an enumeration of variants.static class
A struct with a single unnamed parameter, e.g.static class
A struct with named parameters, e.g.static class
A struct with several unnamed parameters, e.g.static class
An 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()
-