Uses of Interface
net.ssehub.easy.instantiation.serializer.xml.ISerializerPlugin
-
Packages that use ISerializerPlugin Package Description net.ssehub.easy.instantiation.serializer.xml A simple and generic mechanism to persist IVML object models as an XML file or stream and also to read them back. -
-
Uses of ISerializerPlugin in net.ssehub.easy.instantiation.serializer.xml
Fields in net.ssehub.easy.instantiation.serializer.xml with type parameters of type ISerializerPlugin Modifier and Type Field Description private static java.util.List<ISerializerPlugin<?>>Extensions. pluginListMethods in net.ssehub.easy.instantiation.serializer.xml that return types with arguments of type ISerializerPlugin Modifier and Type Method Description static java.lang.Iterable<ISerializerPlugin<?>>Extensions. getPluginList()Getter for the plug-in list.Methods in net.ssehub.easy.instantiation.serializer.xml with parameters of type ISerializerPlugin Modifier and Type Method Description static voidExtensions. register(ISerializerPlugin<?> plugin)Register the plug-in.
-