It appears as though I need to write a custom serializer for an Oid class.

All boiled down the class has one field - a byte[16]. I probably want to
represent
This in XML as a hex string (32 character string of chars 0-f);

I noticed in the Axis jar there is a bytehex (or something like that)
serializer/deserializer.

I haven't been able to successfully wrap my head around what a serializer
for this particular problem might look like. I've looked at a couple of the
examples and I must say I'm rather confused. 

If anyone can steer me in the correct direction I'd really apreciate it.

-bob

Reply via email to