json.Serializer methods

Methods for the json.Serializer class.

Table 1. Object methods
Name Description
json.Serializer.JSONToVariable(
  json json.JSONReader, 
  var AnyType )
Serializes entries contained in a JSONReader object into a Genero BDL variable.
json.Serializer.VariableToJSON(
   var AnyType,
   json json.JSONWriter )
Serializes a Genero BDL variable into JSON using a JSONWriter object.
json.Serializer.getOption(
   name STRING) RETURN INTEGER
Returns the value of a JSON serializer global option.
json.Serializer.setOption(
   name STRING,
   value INTEGER )
Enables setting global options for the JSON serializer.