Package com.oracle.coherence.grpc
Class RequestHolder.UpConverter
java.lang.Object
com.oracle.coherence.grpc.RequestHolder.UpConverter
- All Implemented Interfaces:
Converter<Binary,
,Binary> Converter<Binary,
,Binary> Function<Binary,
Binary>
- Enclosing class:
RequestHolder<Req,
Res>
-
Field Summary
Modifier and TypeFieldDescriptionprotected final Serializer
TheSerializer
used to convert theBinary
to object form.protected final Serializer
TheSerializer
used to convert the object to aBinary
. -
Constructor Summary
ModifierConstructorDescriptionprotected
UpConverter
(Serializer serializerFrom, Serializer serializerTo) -
Method Summary
-
Field Details
-
f_serializerFrom
TheSerializer
used to convert theBinary
to object form. -
f_serializerTo
TheSerializer
used to convert the object to aBinary
.
-
-
Constructor Details
-
UpConverter
Construct theConverter
that converts from aBinary
serialized in one format to aBinary
serialized in a different format.- Parameters:
serializerFrom
- theSerializer
to convert fromserializerTo
- theSerializer
to serialize to
-
-
Method Details