librdf_new_serializer_from_factory
Name
librdf_new_serializer_from_factory --       Constructor - create a new librdf_serializer object
 
Synopsis
librdf_serializer* librdf_new_serializer_from_factory (librdf_world * world, librdf_serializer_factory * factory);
Arguments
- world
-       redland world object
     
- factory
-       the serializer factory to use to create this serializer
     
Return value
    new librdf_serializer object or NULL