Skip to content

"dataization" is not explained and confused with "serialization" #73

@Chamber6821

Description

@Chamber6821

Description of atom dataized explains how will be dataized that decorates something looks like bytes, for example

[] > five
  5 > @
  [] > ignored-attribute

(dataized five).as-bytes > result

result will be equal 00-00-00-00-00-00-00-05

but the description does not explain how object without @ will be dataized, for example:

[] > obj
  1 > one
  2 > two
  3 > tree

(dataized obj).as-bytes > result

What is result equals to?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions