Package com.stackmob.sdk.model

Base classes for objects that map to StackMob data.

See:
          Description

Class Summary
StackMobCounter Represents a integer that can be incremented atomically.
StackMobModel The base class for StackMob data objects.
StackMobUser A specialized subclass of StackMobModel to represent users of your app.
 

Package com.stackmob.sdk.model Description

Base classes for objects that map to StackMob data. Subclass StackMobModel or StackMobUser to create objects that know how to synchronize themselves with the cloud. This creates a very powerful abstraction where you can use data objects throughout your application and save them without worrying about the details of serialization and network interaction.

See Also:
StackMobModel, StackMobUser


Copyright © 2013 StackMob. All Rights Reserved.