enhancement
Properties of type ` BinaryData ` should be able to be serialized using MIME encoding by default:
#!java
public interface A extends ConfigurationItem {
BinaryData getMyData();
}
#!xml
<config>
<my-data name="myname" content-type="text/plain">
SGVsbG8g
d29ybGQh
</my-data>
</config>
Test
- test.com.top_logic.basic.io.binary.TestBinaryDataBinding