public class N3 extends CharMarshall
N3Serializer and N3Parser into a single class with convenience read/write methods.
The general idea is to combine a single serializer and parser inside a simplified API for reading and writing POJOs.
| Modifier and Type | Field and Description |
|---|---|
static N3 |
DEFAULT
Default reusable instance.
|
| Constructor and Description |
|---|
N3()
Constructor.
|
N3(N3Serializer s,
N3Parser p)
Constructor.
|
public N3(N3Serializer s, N3Parser p)
s - The serializer to use for serializing output.
p - The parser to use for parsing input.
public N3()
Uses N3Serializer.DEFAULT and N3Parser.DEFAULT.
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.