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