-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Task
- Add Object allocators.
- The allocation of all objects during deserialization should be done through an allocator provided to the Deserializer.
- In the future serializers may also support them for objects needed as intermediate data structures.
- Object allocators are effectively just suppliers for a given object type.
- They may always create a new object instance or recycle an existing one or more.
- That way users can properly control how and when objects are allocated.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request