abstract library
Classes
- OfflineFirstModel
- This model is constructed by data in SQLite. It hydrates from a REST endpoint.
-
OfflineFirstSerdes<
_RemoteSerializeType, _SqliteSerializeType> -
A class that isn't connected to the
OfflineFirstRepository
but is still used byOfflineFirstModels
(such as aCash
class that declaresamount
andcurrency
). OfflineFirstSerdes must extend the class in end implementation.