Package io.lionweb.serialization
Class FlatBuffersSerialization.FBHelper
java.lang.Object
io.lionweb.serialization.FlatBuffersSerialization.FBHelper
- Enclosing class:
- FlatBuffersSerialization
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]annotationsVector(List<String> annotations) int[]containmentsVector(List<SerializedContainmentValue> containments) int[]languagesVector(List<UsedLanguage> usedLanguages) intoffsetForMetaPointer(MetaPointer metaPointer) This method can create objects, so it should not be nested inside another object creation.int[]propsVector(List<SerializedPropertyValue> properties) int[]referencesVector(List<SerializedReferenceValue> references)
-
Constructor Details
-
FBHelper
public FBHelper(com.google.flatbuffers.FlatBufferBuilder builder)
-
-
Method Details
-
offsetForMetaPointer
This method can create objects, so it should not be nested inside another object creation. -
languagesVector
-
propsVector
-
containmentsVector
-
referencesVector
-
annotationsVector
-