Class SerializedReferenceValue
java.lang.Object
io.lionweb.lioncore.java.serialization.data.SerializedReferenceValue
This represents the serialization of the values of a reference link in a Node.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSerializedReferenceValue
(MetaPointer metaPointer, List<SerializedReferenceValue.Entry> value) -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
getValue()
int
hashCode()
void
setMetaPointer
(MetaPointer metaPointer) void
toString()
-
Constructor Details
-
SerializedReferenceValue
public SerializedReferenceValue() -
SerializedReferenceValue
public SerializedReferenceValue(MetaPointer metaPointer, List<SerializedReferenceValue.Entry> value)
-
-
Method Details