コード例 #1
0
ファイル: OutputFormat.java プロジェクト: Analect/neo4j
 public String assemble(Representation representation) {
   return representation.serialize(format, baseUri, extensions);
 }
コード例 #2
0
ファイル: OutputFormat.java プロジェクト: Analect/neo4j
 public static void write(
     Representation representation, RepresentationFormat format, URI baseUri) {
   representation.serialize(format, baseUri, null);
 }