Data Types

The following simple and value Data Types are supported by the iWay .NET Technology Adapter:

All calls through the adapter between Java and .NET must be pass by value and not pass by reference since a .NET reference has no meaning in Java. Explicit object passing is not available between Java and .NET. The user must create an object serializer or marshaller if an instance of a class is to be passed between Java and .NET. Support for reference types and delegates are available between .NET classes.


iWay Software