Uses of Class
eneter.messaging.nodes.channelwrapper.WrappedData

Packages that use WrappedData
eneter.messaging.nodes.channelwrapper Reducing communication via multiple channels into one channel. 
 

Uses of WrappedData in eneter.messaging.nodes.channelwrapper
 

Methods in eneter.messaging.nodes.channelwrapper that return WrappedData
static WrappedData DataWrapper.unwrap(java.lang.Object wrappedData, ISerializer serializer)
          Takes the serialized WrappedData and deserializes it with the given serializer.