Serialize a model to a file.
serializeToFile(.Object, world, model, filePath, ...)# S4 method for Serializer,World,Model,character
serializeToFile(.Object, world,
model, filePath, baseUri = as.character(NA))
a Serializer object
a World object
a Model object
a file path that the serialized model will be written to
Additional parameters
a base URI to use for the serialization
an integer containing the return status where non zero indicates an error occured during serialization