Uses of Class
org.eclipse.ditto.internal.models.streaming.StreamedSnapshot
-
-
Uses of StreamedSnapshot in org.eclipse.ditto.internal.models.streaming
Methods in org.eclipse.ditto.internal.models.streaming that return StreamedSnapshot Modifier and Type Method Description static StreamedSnapshotStreamedSnapshot. fromJson(org.eclipse.ditto.json.JsonObject jsonObject)Deserialize a streamed snapshot from JSON.static StreamedSnapshotStreamedSnapshot. of(org.eclipse.ditto.base.model.entity.id.EntityId entityId, org.eclipse.ditto.json.JsonObject snapshot)Create a streamed snapshot from entity ID and snapshot as JSON object.
-