Skip to contents

ArrayType Class

Format

An R6Class generator object

Methods


Method new()

Usage

ArrayType$new(...)


Method toJSON()

Usage

ArrayType$toJSON()


Method fromJSON()

Usage

ArrayType$fromJSON(ArrayTypeJson)


Method toJSONString()

Usage

ArrayType$toJSONString()


Method fromJSONString()

Usage

ArrayType$fromJSONString(ArrayTypeJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

ArrayType$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.