-
Notifications
You must be signed in to change notification settings - Fork 7
Serialization changes #60
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestperformanceAffects system performanceAffects system performanceserializationAffects serializationAffects serialization
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestperformanceAffects system performanceAffects system performanceserializationAffects serializationAffects serialization
The requests and responses currently have intermixed metadata and context data, should separate them so we can update the metadata layout etc. more easily without having impact on serialization and deserialization.
Move to all metadata in the beginning and then all data, should make it easier to serialize and deserialize as well as improve performance.