Uses of Interface
net.java.rdf.sommer.RdfSerialiser

Packages that use RdfSerialiser
net.java.rdf.sommer   
 

Uses of RdfSerialiser in net.java.rdf.sommer
 

Classes in net.java.rdf.sommer that implement RdfSerialiser
(package private)  class SesameMapper.FilterFieldsSerialiser
          filter for fields that have given annotations Note: this is used by findFromCifpConstructor (perhaps the class should be inernal to the method) also: this should be more subtle: if fields are private and in a superclass, then should we find a solution?
(package private)  class SesameMapper.IdFinderSerialiser
          Tries to find the Identity of an object by looking for identiy or inverse functional properties.
(package private)  class SesameMapper.MappingSerialiser
          take an unmapped object and add all its relations to the graph
(package private)  class SesameMapper.MappingSerialiser.SecondIteration
          This second Iteration will go through the fields and add the relations to the database
 class SesameMapper.QueryByExampleSerialiser
           
 

Methods in net.java.rdf.sommer with parameters of type RdfSerialiser
 void RdfSerialisable.rdfSerialise(RdfSerialiser s)