Importing Topic MapsΒΆ
To import a serialized topic map, regardless of the syntax, the libs mio-syntaxpack-nodeps and slf4j-api must be available in the classpath. slf4j-api.jar needs an additional lib, i.e. slf4j-jdk14, see http://www.slf4j.org/ for details.
All deserializers implement the interface org.tmapix.io.TopicMapReader which provides a simple read() method. The topic map source must be provided in the constructor, see the documentation for the particular implementation for details.