FieldABC: FieldABC

FieldABCR Documentation

FieldABC

Description

Abstract base class from which all Field classes inherit

Public fields

parent

xxx

name

xxx

Methods

Public methods


Method serialize()

serialize fun: to be replaced by child class

Usage
FieldABC$serialize()

Method deserialize()

deserialize fun: to be replaced by child class

Usage
FieldABC$deserialize()

Method serialize_()

serialize_ fun: to be replaced by child class

Usage
FieldABC$serialize_()

Method deserialize_()

deserialize_ fun: to be replaced by child class

Usage
FieldABC$deserialize_()

Method clone()

The objects of this class are cloneable with this method.

Usage
FieldABC$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Examples

## Not run: 
x <- FieldABC$new()
x
# x$serialize()
# x$deserialize()
# x$serialize_()
# x$deserialize_()

## End(Not run)

ropensci/staypuft documentation built on Sept. 9, 2022, 4:35 p.m.