public interface EventBusObjectConverter
Modifier and Type | Method and Description |
---|---|
Object |
decodeObject(Object value)
Decode the given object encoded with the encodeObject method.
|
Object |
encodeObject(Object value)
Encode the given object in a compatible form for the event bus.
|
Copyright © 2015. All rights reserved.