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.