21 lines
481 B
XML
21 lines
481 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<java version="17.0.8" class="java.beans.XMLDecoder">
|
|
<object class="Company">
|
|
<void property="address">
|
|
<string>Adresse 123</string>
|
|
</void>
|
|
<void property="email">
|
|
<string>email@abc.com</string>
|
|
</void>
|
|
<void property="name">
|
|
<string>Firma ABC</string>
|
|
</void>
|
|
<void property="phone">
|
|
<string>1234567890</string>
|
|
</void>
|
|
<void property="smallBusiness">
|
|
<boolean>true</boolean>
|
|
</void>
|
|
</object>
|
|
</java>
|