Class MCCollectionTypesDeSer
java.lang.Object
de.monticore.types.mccollectiontypes._symboltable.MCCollectionTypesDeSer
- All Implemented Interfaces:
de.monticore.symboltable.serialization.IDeSer<IMCCollectionTypesScope,IMCCollectionTypesArtifactScope, MCCollectionTypesSymbols2Json>
public class MCCollectionTypesDeSer
extends Object
implements de.monticore.symboltable.serialization.IDeSer<IMCCollectionTypesScope,IMCCollectionTypesArtifactScope,MCCollectionTypesSymbols2Json>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Optional<de.monticore.symboltable.serialization.json.JsonObject> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeserializeAddons(IMCCollectionTypesArtifactScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson) voiddeserializeAddons(IMCCollectionTypesScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson) deserializeArtifactScope(de.monticore.symboltable.serialization.json.JsonObject scopeJson) deserializeScope(de.monticore.symboltable.serialization.json.JsonObject scopeJson) protected voiddeserializeSymbols(IMCCollectionTypesScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson) protected de.monticore.symboltable.serialization.ISymbolDeSerserialize(IMCCollectionTypesArtifactScope toSerialize, MCCollectionTypesSymbols2Json s2j) serialize(IMCCollectionTypesScope toSerialize, MCCollectionTypesSymbols2Json s2j) voidserializeAddons(IMCCollectionTypesArtifactScope toSerialize, MCCollectionTypesSymbols2Json s2j) voidserializeAddons(IMCCollectionTypesScope toSerialize, MCCollectionTypesSymbols2Json s2j)
-
Field Details
-
symbolHierarchiesJsonObjectOpt
protected Optional<de.monticore.symboltable.serialization.json.JsonObject> symbolHierarchiesJsonObjectOpt
-
-
Constructor Details
-
MCCollectionTypesDeSer
public MCCollectionTypesDeSer()
-
-
Method Details
-
serialize
- Specified by:
serializein interfacede.monticore.symboltable.serialization.IDeSer<IMCCollectionTypesScope,IMCCollectionTypesArtifactScope, MCCollectionTypesSymbols2Json>
-
serialize
public String serialize(IMCCollectionTypesArtifactScope toSerialize, MCCollectionTypesSymbols2Json s2j) - Specified by:
serializein interfacede.monticore.symboltable.serialization.IDeSer<IMCCollectionTypesScope,IMCCollectionTypesArtifactScope, MCCollectionTypesSymbols2Json>
-
serializeAddons
- Specified by:
serializeAddonsin interfacede.monticore.symboltable.serialization.IDeSer<IMCCollectionTypesScope,IMCCollectionTypesArtifactScope, MCCollectionTypesSymbols2Json>
-
serializeAddons
public void serializeAddons(IMCCollectionTypesArtifactScope toSerialize, MCCollectionTypesSymbols2Json s2j) - Specified by:
serializeAddonsin interfacede.monticore.symboltable.serialization.IDeSer<IMCCollectionTypesScope,IMCCollectionTypesArtifactScope, MCCollectionTypesSymbols2Json>
-
deserializeScope
public IMCCollectionTypesScope deserializeScope(de.monticore.symboltable.serialization.json.JsonObject scopeJson) - Specified by:
deserializeScopein interfacede.monticore.symboltable.serialization.IDeSer<IMCCollectionTypesScope,IMCCollectionTypesArtifactScope, MCCollectionTypesSymbols2Json>
-
deserializeArtifactScope
public IMCCollectionTypesArtifactScope deserializeArtifactScope(de.monticore.symboltable.serialization.json.JsonObject scopeJson) - Specified by:
deserializeArtifactScopein interfacede.monticore.symboltable.serialization.IDeSer<IMCCollectionTypesScope,IMCCollectionTypesArtifactScope, MCCollectionTypesSymbols2Json>
-
deserializeSymbols
protected void deserializeSymbols(IMCCollectionTypesScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson) -
getDeser
-
deserializeAddons
public void deserializeAddons(IMCCollectionTypesScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson) - Specified by:
deserializeAddonsin interfacede.monticore.symboltable.serialization.IDeSer<IMCCollectionTypesScope,IMCCollectionTypesArtifactScope, MCCollectionTypesSymbols2Json>
-
deserializeAddons
public void deserializeAddons(IMCCollectionTypesArtifactScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson) - Specified by:
deserializeAddonsin interfacede.monticore.symboltable.serialization.IDeSer<IMCCollectionTypesScope,IMCCollectionTypesArtifactScope, MCCollectionTypesSymbols2Json>
-