com.stackmob.sdk.model
Class StackMobModel.DateAsNumberTypeAdapter
java.lang.Object
com.google.gson.TypeAdapter<Date>
com.stackmob.sdk.model.StackMobModel.DateAsNumberTypeAdapter
- Enclosing class:
- StackMobModel
public class StackMobModel.DateAsNumberTypeAdapter
- extends com.google.gson.TypeAdapter<Date>
|
Method Summary |
Date |
read(com.google.gson.stream.JsonReader jsonReader)
|
void |
write(com.google.gson.stream.JsonWriter jsonWriter,
Date date)
|
| Methods inherited from class com.google.gson.TypeAdapter |
nullSafe |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StackMobModel.DateAsNumberTypeAdapter
public StackMobModel.DateAsNumberTypeAdapter()
write
public void write(com.google.gson.stream.JsonWriter jsonWriter,
Date date)
throws IOException
- Specified by:
write in class com.google.gson.TypeAdapter<Date>
- Throws:
IOException
read
public Date read(com.google.gson.stream.JsonReader jsonReader)
throws IOException
- Specified by:
read in class com.google.gson.TypeAdapter<Date>
- Throws:
IOException
Copyright © 2012 StackMob. All Rights Reserved.