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 java.lang.Object implements de.monticore.symboltable.serialization.IDeSer<IMCFullGenericTypesScope,IMCFullGenericTypesArtifactScope,MCFullGenericTypesSymbols2Json>
-
-
Constructor Summary
Constructors Constructor Description MCFullGenericTypesDeSer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeserializeAddons(IMCFullGenericTypesArtifactScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson)voiddeserializeAddons(IMCFullGenericTypesScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson)IMCFullGenericTypesArtifactScopedeserializeArtifactScope(de.monticore.symboltable.serialization.json.JsonObject scopeJson)IMCFullGenericTypesScopedeserializeScope(de.monticore.symboltable.serialization.json.JsonObject scopeJson)protected voiddeserializeSymbols(IMCFullGenericTypesScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson)java.lang.Stringserialize(IMCFullGenericTypesArtifactScope toSerialize, MCFullGenericTypesSymbols2Json s2j)java.lang.Stringserialize(IMCFullGenericTypesScope toSerialize, MCFullGenericTypesSymbols2Json s2j)voidserializeAddons(IMCFullGenericTypesArtifactScope toSerialize, MCFullGenericTypesSymbols2Json s2j)voidserializeAddons(IMCFullGenericTypesScope toSerialize, MCFullGenericTypesSymbols2Json s2j)
-
-
-
Method Detail
-
serialize
public java.lang.String serialize(IMCFullGenericTypesScope toSerialize, MCFullGenericTypesSymbols2Json s2j)
- Specified by:
serializein interfacede.monticore.symboltable.serialization.IDeSer<IMCFullGenericTypesScope,IMCFullGenericTypesArtifactScope,MCFullGenericTypesSymbols2Json>
-
serialize
public java.lang.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)
-
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>
-
-