Some projects use netty for network communication and use netty default ObjectEncoder & ObjectDecoder which is use CompactObjectOutputStream & CompactObjectInputStream which is based on Java ObjectOutputStream & ObjectInputStream but not compatible with it.
Can you please make support for netty serialization? It's look like there is no much differencies between this two codecs.