Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangwei217245 committed Aug 30, 2024
1 parent 22c5773 commit 0a5bd38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/developer-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ In `src/commons/serde`, we implement the `BULKI` module for serialization and de
BULKI is a data serialization and deserialization framework that supports dynamic and nested data structure.
Every BULKI is considered a container of KEY-VALUE pairs, where every key/value is a BULKI_Entity
BULKI_Entity is a container of one of the following:

1. singleton of primitive data types, e.g. int, float, double, etc.
2. array of primitive data types, e.g. int[3], float[32], double[22], etc.
3. singleton of BULKI_Entity
Expand Down

0 comments on commit 0a5bd38

Please sign in to comment.