Interface ChanneledConnectorOutputTypeAdapter.ChanneledSerializer<T>
-
- Type Parameters:
T- the type to be serialized
- All Superinterfaces:
ChanneledInputTypeTranslator<byte[],T>,de.iip_ecosphere.platform.transport.serialization.InputTypeTranslator<byte[],T>,de.iip_ecosphere.platform.transport.serialization.OutputTypeTranslator<T,byte[]>,de.iip_ecosphere.platform.transport.serialization.Serializer<T>,de.iip_ecosphere.platform.transport.serialization.TypeTranslator<T,byte[]>
- Enclosing class:
- ChanneledConnectorOutputTypeAdapter<T>
public static interface ChanneledConnectorOutputTypeAdapter.ChanneledSerializer<T> extends de.iip_ecosphere.platform.transport.serialization.Serializer<T>, ChanneledInputTypeTranslator<byte[],T>
A serializer that receives the reception channel name on serialization.- Author:
- Holger Eichelberger, SSE
-
-
Method Summary
-
Methods inherited from interface de.iip_ecosphere.platform.connectors.types.ChanneledInputTypeTranslator
from, from
-
-