Package org.rumbledb.serialization
Class Serializer
java.lang.Object
org.rumbledb.serialization.Serializer
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSerializer
(String encoding, Serializer.Method method, boolean indent, String itemSeparator) -
Method Summary
Modifier and TypeMethodDescriptionvoid
generateYAML
(Item item, com.fasterxml.jackson.dataformat.yaml.YAMLGenerator yamlGenerator) void
serialize
(Item item, StringBuffer sb, String indent, boolean isTopLevel)
-
Constructor Details
-
Serializer
-
-
Method Details
-
serialize
-
serialize
-
generateYAML
public void generateYAML(Item item, com.fasterxml.jackson.dataformat.yaml.YAMLGenerator yamlGenerator) throws IOException - Throws:
IOException
-