[DEV] Support byte[] in Serializer
Open
enhancement
- Dominant language
- Java
- Stars
- 3
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
From #146:
May be we should extend our Serializer interface to support byte arrays too? As the current implementation will unwrap the ByteBuffer on deserialization.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading issue #146 and locating the Serializer interface and the current ByteBuffer deserialization path. Clarify the expected byte[] behavior and how it should differ from ByteBuffer handling, then identify the relevant serialization tests or add coverage for the chosen behavior. Done means the interface and implementation consistently preserve byte arrays without unintended unwrapping.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 32/100