]
Paul Ferraro updated WFLY-9593:
-------------------------------
Issue Type: Enhancement (was: Feature Request)
Add clustering externalizers for InetAddress and InetSocketAddress
------------------------------------------------------------------
Key: WFLY-9593
URL:
https://issues.jboss.org/browse/WFLY-9593
Project: WildFly
Issue Type: Enhancement
Components: Clustering
Affects Versions: 11.0.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
InetAddress can be marshalled as a fixed sized array depending on whether the address is
IPv4 or IPv6, which can be determined by the implementation class.
InetSocketAddress can marshal its address using the InetAddress externalizer, and its
port as an unsigned short.