15 lines
363 B
XML
15 lines
363 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<java version="20.0.2" class="java.beans.XMLDecoder">
|
|
<object class="Testat1.Tutor_Aufgaben.Serialisierung.Product">
|
|
<void property="description">
|
|
<string>dfd</string>
|
|
</void>
|
|
<void property="name">
|
|
<string>fdfl</string>
|
|
</void>
|
|
<void property="price">
|
|
<double>34.0</double>
|
|
</void>
|
|
</object>
|
|
</java>
|