Uses of Class
iip.datatypes.RoutingCommandOldImpl
Packages that use RoutingCommandOldImpl
Package
Description
Serializers for testing, however, without dependencies on transport.
-
Uses of RoutingCommandOldImpl in iip.serializers
Methods in iip.serializers that return RoutingCommandOldImplModifier and TypeMethodDescriptionRoutingCommandOldImplSerializer.clone(RoutingCommandOldImpl origin) Creates a cloned copy.RoutingCommandOldImplSerializer.from(byte[] data) Turns serialized data to an object.Methods in iip.serializers that return types with arguments of type RoutingCommandOldImplModifier and TypeMethodDescriptionRoutingCommandOldImplSerializer.getType()Returns the handled type.Methods in iip.serializers with parameters of type RoutingCommandOldImplModifier and TypeMethodDescriptionRoutingCommandOldImplSerializer.clone(RoutingCommandOldImpl origin) Creates a cloned copy.byte[]RoutingCommandOldImplSerializer.to(RoutingCommandOldImpl source) Serializes an object.