Uses of Class
biweekly.property.marshaller.ICalPropertyMarshaller.Result

Packages that use ICalPropertyMarshaller.Result
biweekly.property.marshaller   
 

Uses of ICalPropertyMarshaller.Result in biweekly.property.marshaller
 

Methods in biweekly.property.marshaller that return ICalPropertyMarshaller.Result
 ICalPropertyMarshaller.Result<T> ICalPropertyMarshaller.parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters)
          Unmarshals a property's value from a JSON data stream (jCal).
 ICalPropertyMarshaller.Result<T> ICalPropertyMarshaller.parseText(String value, ICalDataType dataType, ICalParameters parameters)
          Unmarshals a property from a plain-text iCalendar data stream.
 ICalPropertyMarshaller.Result<T> ICalPropertyMarshaller.parseXml(Element element, ICalParameters parameters)
          Unmarshals a property's value from an XML document (xCal).
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.