org.android.activityminer.model.util
Class SparceDoubleArrayConverter
java.lang.Object
org.android.activityminer.model.util.SparceDoubleArrayConverter
- All Implemented Interfaces:
- org.simpleframework.xml.convert.Converter<SparseArray<Double>>
public class SparceDoubleArrayConverter
- extends Object
- implements org.simpleframework.xml.convert.Converter<SparseArray<Double>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SparceDoubleArrayConverter
public SparceDoubleArrayConverter()
read
public SparseArray<Double> read(org.simpleframework.xml.stream.InputNode node)
throws Exception
- Specified by:
read
in interface org.simpleframework.xml.convert.Converter<SparseArray<Double>>
- Throws:
Exception
write
public void write(org.simpleframework.xml.stream.OutputNode node,
SparseArray<Double> sparseArray)
throws Exception
- Specified by:
write
in interface org.simpleframework.xml.convert.Converter<SparseArray<Double>>
- Throws:
Exception