Package | Description |
---|---|
org.intuitel.merger |
Contains the classes that execute the tranformations between formats.
|
Modifier and Type | Method and Description |
---|---|
static Serializer |
SerializerFactory.getSerializer()
Creates a SLOM Serializer object.
|
static Serializer |
SerializerFactory.getSerializer(String format)
Creates a Serializer object.
|
void |
SMWSerializer.marshall(SLOM theSlom,
Iterator<OutputStream> it)
Marshall is not allowed for SMW course format.
|
void |
XSLTSerializer.marshall(SLOM theSlom,
Iterator<OutputStream> it) |
void |
IMSLDSerializer.marshall(SLOM theSlom,
Iterator<OutputStream> it)
Writes the information stored in a SLOM object in a OutputStream.
|
abstract void |
Serializer.marshall(SLOM theSlom,
Iterator<OutputStream> it)
Writes the information stored in a SLOM object in a OutputStream.
|
void |
SLOMSerializer.marshall(SLOM theSlom,
Iterator<OutputStream> it)
Writes the information stored in a SLOM object in a OutputStream.
|
Copyright © 2014. All rights reserved.