Package de.monticore.symboltable.serialization
-
Interface Summary Interface Description IDeSer<S extends IScope,A extends IArtifactScope,J> Interface that all scope DeSers implement to provide uniform serialize and deserialize methods.ISymbolDeSer<S extends ISymbol,J> Interface that all symbol DeSers implement to provide uniform serialize and deserialize methods. -
Class Summary Class Description JsonDeSers Collection of (static) methods and constants that support using DeSers in combination with Json.JsonLexer This class is responsible to tokenize a String that encoded as JSON.JsonParser Parses serialized JSON Strings into an intermediate JSON data structure.JsonPrinter Facade for theIndentPrinterthat is capable of printing JSON syntax only.JsonToken This class holds kind and, if present for this kind, also the value of a json token.NumberLexer This class is used by the JsonLexer. -
Enum Summary Enum Description JsonTokenKind Enumeration of all token kinds that occur in the JSON language.