8
タスク
Java Collections,  レベル 3レッスン 8
ロック未解除
My first serialization into XML
Correctly arrange JAXB annotations on the static classes.
8
タスク
Java Collections,  レベル 3レッスン 8
ロック未解除
Deserializing an XML object
In the convertFromXmlToNormal method, the first parameter is a String containing an XML object. The second parameter is the class of the object that must be returned. The convertFromXmlToNormal method must create an object from the XML string and return it.