-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added option
lazy_compute_serialized_size
This optional arg (default to false) changes the behavior of to be lazy instead of def, The main advantage is HUGE speed increase when serializing nested objects. On the other hand, an object can not be serialized again(!) after it has been modified.
- Loading branch information
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters