Interface ICrossReferenceSerializer

  • All Known Implementing Classes:
    CrossReferenceSerializer

    public interface ICrossReferenceSerializer
    In the process of serializing a model to a DSL, references to model elements need to be turned into string representations which identify the targeted model element. Implementations of this interface compute this string representation. Implementations must be synchronous with the DSL's parser implementation. Implementations might introduce some kind of scoping.