define deserialized_object and new_index

This commit is contained in:
Chih Cheng Liang 2019-01-24 16:08:56 +08:00
parent c2112f0bfc
commit 88ffae6335
No known key found for this signature in database
GPG Key ID: C86B5E6612B1487A
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@ overhead.
| `from_bytes` | Convert from bytes to object. Should take ``bytes`` and ``byte_order``. |
| `value` | The value to serialize. |
| `rawbytes` | Raw serialized bytes. |
| `deserialized_object` | The deserialized data in the data structure of your programming language. |
| `new_index` | An index to keep track the latest position where the `rawbytes` have been deserialized. |
## Constants