Serializer-initialize: Construct a Serializer object.

initialize,Serializer-methodR Documentation

Construct a Serializer object.

Description

Construct a Serializer object.

Usage

## S4 method for signature 'Serializer'
initialize(
  .Object,
  world,
  name = "rdfxml",
  mimeType = "application/rdf+xml",
  typeUri = as.character(NA)
)

Arguments

.Object

the Serializer object

world

a World object

name

name of a previously created serializer factory to use

mimeType

a mime type of the syntax of the model

typeUri

a URI for the syntax of the model

Value

the Serializer object


redland documentation built on May 31, 2023, 6:32 p.m.