Class ByName
- java.lang.Object
-
- com.casper.sdk.model.transaction.target.ByName
-
- All Implemented Interfaces:
CasperSerializableObject,Tag,TransactionInvocationTarget,SerializableObject
public class ByName extends java.lang.Object implements TransactionInvocationTarget
The alias identifying the invocable entity.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description bytegetByteTag()java.lang.StringgetName()voidserialize(SerializerBuffer ser, Target target)Called when the object's values must be serializedvoidsetName(java.lang.String name)-
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
-
setName
public void setName(java.lang.String name)
-
getName
public java.lang.String getName()
-
-