Skip to content

Commit

Permalink
Update AUTO_RECONSCTRUCT_BY_JSON_SCHEME.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ailisp authored Feb 26, 2024
1 parent ed0bda2 commit 0fc7cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AUTO_RECONSCTRUCT_BY_JSON_SCHEME.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A limitation that we early detected in the `near-sdk-js` is that Classes and Nested Structures (e.g. Vectors of Maps) are valid to declare as attributes of a contract, but hard to correctly deserialize.

This file explains a new solution currently implemented in the SDK and how to use it to simplify hanlding stored Classes and Nested Structures.
This doc explains a new solution currently implemented in the SDK and how to use it to simplify hanlding stored Classes and Nested Structures.

## The Problem
NEAR smart contracts store information in their state, which they read when an execution starts and write when an execution finished. In particular, all the information stored in the contract is (de)serialized as a `utf8` `JSON-String`.
Expand Down

0 comments on commit 0fc7cbe

Please sign in to comment.