Hello,I'm using the MessageItem.registerBodyClass to keep the instance
of my class. However, it doesn't work when one of the class constructor
parameter is required. For example, look at this class below, if i
remove the id parameter, the instance is preserved and i'm able to cast
the object, but if it has any required parameter, the object is
converted in ByteArray
class.----------------------------------------------------------------------------------------------------------------------|
Class...