]
Nistor Adrian updated IPROTO-74:
--------------------------------
Fix Version/s: 4.3.0.Alpha9
(was: 4.3.0.Alpha8)
Allow repeatable fields to be written as a stream
-------------------------------------------------
Key: IPROTO-74
URL:
https://issues.jboss.org/browse/IPROTO-74
Project: Infinispan ProtoStream
Issue Type: Enhancement
Affects Versions: 4.2.0.Final
Reporter: Ryan Emerson
Assignee: Nistor Adrian
Priority: Major
Fix For: 4.3.0.Final, 4.3.0.Alpha9
Currently in order to write to a repeatable field it is necessary for an entire array or
collection to be serialized at once. When writing larger collections it would be better if
each object could be written individually from a stream.