Package com.firebase.ui.common
Interface BaseSnapshotParser<S,T>
-
- Type Parameters:
S- snapshot type.T- parsed object type.
- All Known Implementing Classes:
BaseCachingSnapshotParser
public interface BaseSnapshotParser<S,T>Common interface for snapshot parsers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TparseSnapshot(S snapshot)This method parses the Snapshot into the requested type.
-