Skip to content

Add Object allocators #3

@Bethibande

Description

@Bethibande

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions