Package org.starcoin.types
Class DataType.RESOURCE
- java.lang.Object
-
- org.starcoin.types.DataType
-
- org.starcoin.types.DataType.RESOURCE
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataType.RESOURCE.Builder-
Nested classes/interfaces inherited from class org.starcoin.types.DataType
DataType.CODE, DataType.RESOURCE
-
-
Constructor Summary
Constructors Constructor Description RESOURCE()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()voidserialize(Serializer serializer)-
Methods inherited from class org.starcoin.types.DataType
bcsDeserialize, bcsSerialize, deserialize
-
-
-
-
Method Detail
-
serialize
public void serialize(Serializer serializer) throws SerializationError
- Specified by:
serializein classDataType- Throws:
SerializationError
-
-