Serialization
blockr_serialize.Rd
Object (de)serialization.
Usage
blockr_serialize(x)
# S3 method for class 'field'
blockr_serialize(x)
# S3 method for class 'block'
blockr_serialize(x)
# S3 method for class 'stack'
blockr_serialize(x)
# S3 method for class 'workspace'
blockr_serialize(x)
blockr_deserialize(x)
from_json(x)
to_json(x = get_workspace())