This class represents the CODEC for the composite data representing a OSGi BundleEvent
It serves as both the documentation of the type structure and as the codification of the mechanism to convert to/from the CompositeData.
The structure of the composite data is:
| Identifier | long |
| location | String |
| SymbolicName | String |
| EventType | int |
| |