[
https://issues.jboss.org/browse/JGRP-2033?page=com.atlassian.jira.plugin....
]
Bela Ban commented on JGRP-2033:
--------------------------------
Marshaller now only marshals _arguments_ to RPC calls and _return values_, not
{{MethodCalls}}. In addition, there's an {{estimatedSize()}} call which is called
before serialization to compute a size for the output stream that prevents resizing of its
underlying buffer.
Replace Java serialization with JGroups marshalling
---------------------------------------------------
Key: JGRP-2033
URL:
https://issues.jboss.org/browse/JGRP-2033
Project: JGroups
Issue Type: Task
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 3.6.9, 4.0
In some cases, even JGroups internal code still uses Java serialization. Replace this
with marshalling (using {{Streamable}}). Analysis of all occurrences of
{{Util.objectFromXXX()}} calls.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)