public interface DocumentSnapshotFactory
DocumentSnapshot from its
String representation.| Modifier and Type | Method and Description |
|---|---|
DocumentSnapshot |
fromString(java.lang.String stringForm)
Creates a
DocumentSnapshot from its serialized String
representation that was created by DocumentSnapshot.toString(). |
DocumentSnapshot fromString(java.lang.String stringForm)
DocumentSnapshot from its serialized String
representation that was created by DocumentSnapshot.toString().
The returned value must not be null.stringForm - the String representation of the DocumentSnapshotDocumentSnapshotjava.lang.IllegalArgumentException - if stringForm is not valid.