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
OfflineFirstRepositorybut is still used byOfflineFirstModels(such as aCashclass that declaresamountandcurrency). OfflineFirstSerdes must extend the class in end implementation.