false);
myRegister(Constants.SOAP_BASE64, byte[].class,
new Base64SerializerFactory(byte[].class,
Constants.SOAP_BASE64 ),
new Base64DeserializerFactory(byte[].class,
Constants.SOAP_BASE64),
true);
myRegister(Constants.XSD_BASE64, byte[].class,
new Base64SerializerFactory(byte[].class,
Constants.XSD_BASE64 ),
new Base64DeserializerFactory(byte[].class,
Constants.XSD_BASE64),true);
/*
// This JSR 101 change occurred right before v1.0.
// This mapping is not roundtrippable, and breaks the roundtrip
// testcase, so it is commented out for now.