Skip navigation links
eBus
v. 7.2.0

Package net.sf.eBus.messages.type

Provides classes for translating Java built-in types to and from binary encoding.

See: Description

Package net.sf.eBus.messages.type Description

Provides classes for translating Java built-in types to and from binary encoding. These classes are used for eBus message transmission.

The DataType class maintains a mapping from Java class type to the DataType subclass responsible for the class serialization. Thus only one instance type instance exists for each serialized class type.

User-defined classes used as message fields must extend the EField class. MessageType tracks the EField sub-class layout and performs the serialization/de-serialization. There is one MessageType instance for each EField sub-class and these MessageType instances are created only as needed.

Skip navigation links
eBus
v. 7.2.0

Copyright © 2001 - 2024. Charles W. Rapp. All rights reserved.