netty-socketio icon indicating copy to clipboard operation
netty-socketio copied to clipboard

Deserializing to a LinkedHashMap type using generics

Open wf12330 opened this issue 3 months ago • 1 comments

The parameter does not support generic structures; as a result, JSON is deserialized into a LinkedHashMap type. For example: When the parameter is of type Entity<Message>, the deserialization result will be Entity<LinkedHashMap>. Image

wf12330 avatar Aug 30 '25 11:08 wf12330

This can be a new feature

NeatGuyCoding avatar Sep 13 '25 05:09 NeatGuyCoding