public class Serializer extends Object
Serializer class.
| Constructor and Description |
|---|
Serializer()
Constructor for Serializer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(com.hp.hpl.jena.rdf.model.Model model,
String base,
Writer out)
serialize.
|
public void serialize(com.hp.hpl.jena.rdf.model.Model model,
String base,
Writer out)
throws NoSuchElementException,
IOException
serialize.
model - a Model object.base - a String object.out - a Writer object.NoSuchElementException - if any.IOException - if any.Copyright © 2017. All rights reserved.