netty-socketio
netty-socketio copied to clipboard
Deserializing to a LinkedHashMap type using generics
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>.
This can be a new feature