@Deprecated public interface WrappedMessageTypeIdMapper
| Modifier and Type | Method and Description |
|---|---|
default int |
mapTypeIdIn(int typeId,
ImmutableSerializationContext ctx)
Deprecated.
Called during decoding.
|
default int |
mapTypeIdOut(int typeId,
ImmutableSerializationContext ctx)
Deprecated.
Called during encoding.
|
default int mapTypeIdIn(int typeId,
ImmutableSerializationContext ctx)
typeId - a positive integer, the type id of the message being decodedctx - the serialization contextdefault int mapTypeIdOut(int typeId,
ImmutableSerializationContext ctx)
typeId - a positive integerctx - the serialization contextCopyright © 2020 JBoss, a division of Red Hat. All rights reserved.