Uses of Interface
iip.datatypes.RoutingCommandOld
Packages that use RoutingCommandOld
Package
Description
Test types.
Serializers for testing, however, without dependencies on transport.
-
Uses of RoutingCommandOld in iip.datatypes
Classes in iip.datatypes that implement RoutingCommandOldModifier and TypeClassDescriptionclassImplementation of the application data type RoutingCommand.Constructors in iip.datatypes with parameters of type RoutingCommandOld -
Uses of RoutingCommandOld in iip.serializers
Methods in iip.serializers that return RoutingCommandOldModifier and TypeMethodDescriptionRoutingCommandOldSerializer.clone(RoutingCommandOld origin) Creates a cloned copy.RoutingCommandOldSerializer.from(byte[] data) Turns serialized data to an object.Methods in iip.serializers that return types with arguments of type RoutingCommandOldModifier and TypeMethodDescriptionRoutingCommandOldSerializer.getType()Returns the handled type.Methods in iip.serializers with parameters of type RoutingCommandOldModifier and TypeMethodDescriptionRoutingCommandOldSerializer.clone(RoutingCommandOld origin) Creates a cloned copy.byte[]RoutingCommandOldSerializer.to(RoutingCommandOld source) Serializes an object.