Package org.starcoin.types
Class TypeTag.U128
- java.lang.Object
-
- org.starcoin.types.TypeTag
-
- org.starcoin.types.TypeTag.U128
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTypeTag.U128.Builder-
Nested classes/interfaces inherited from class org.starcoin.types.TypeTag
TypeTag.Address, TypeTag.Bool, TypeTag.Signer, TypeTag.Struct, TypeTag.U128, TypeTag.U64, TypeTag.U8, TypeTag.Vector
-
-
Constructor Summary
Constructors Constructor Description U128()
-
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.TypeTag
bcsDeserialize, bcsSerialize, deserialize
-
-
-
-
Method Detail
-
serialize
public void serialize(Serializer serializer) throws SerializationError
- Specified by:
serializein classTypeTag- Throws:
SerializationError
-
-