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