Class Standard
- java.lang.Object
-
- com.casper.sdk.model.transaction.scheduling.Standard
-
- All Implemented Interfaces:
CasperSerializableObject,Tag,TransactionScheduling,SerializableObject
public class Standard extends java.lang.Object implements TransactionScheduling
No special scheduling applied.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStandard.StandardBuilder
-
Constructor Summary
Constructors Constructor Description Standard()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Standard.StandardBuilderbuilder()bytegetByteTag()voidserialize(SerializerBuffer ser, Target target)Called when the object's values must be serialized-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.casper.sdk.model.clvalue.serde.CasperSerializableObject
serialize
-
-
-
-
Method Detail
-
serialize
public void serialize(SerializerBuffer ser, Target target) throws ValueSerializationException, NoSuchTypeException
Description copied from interface:CasperSerializableObjectCalled when the object's values must be serialized- Specified by:
serializein interfaceCasperSerializableObject- Parameters:
ser- the serializer to be usedtarget- target serialization standard- Throws:
ValueSerializationException- exception holding information of failure to serialize a valueNoSuchTypeException
-
getByteTag
public byte getByteTag()
- Specified by:
getByteTagin interfaceTag
-
builder
public static Standard.StandardBuilder builder()
-
-