Deserializing to a LinkedHashMap type using generics
Author: wf12330Created Aug 30, 2025Updated Sep 13, 2025
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>.
Source: mrniko/netty-socketio