3031323334353637
Unmarshaller unmarshaller = context.createUnmarshaller(); T p = (T) unmarshaller.unmarshal(inputStream); return p; } catch (JAXBException e) { throw new UnmarshalException(e); } }