Class ModelSerializer

  • All Implemented Interfaces:
    IVilType

    public class ModelSerializer
    extends java.lang.Object
    implements IVilType
    This class offers the methods for the serialization of the model.
    Author:
    Sass
    • Field Detail

      • VTL_FILTER

        private static final java.lang.String[] VTL_FILTER
      • VIL_FILTER

        private static final java.lang.String[] VIL_FILTER
      • IVML_FILTER

        private static final java.lang.String[] IVML_FILTER
    • Constructor Detail

      • ModelSerializer

        public ModelSerializer()
    • Method Detail

      • serializeModel

        public static void serializeModel​(java.nio.file.Path source,
                                          java.nio.file.Path target)
        Serialization of the model to XML file.
        Parameters:
        source - the source folder of the model
        target - the target XML file