Class TakeoutRecordReader
Deserializes Google Takeout location-history records.
public static class TakeoutRecordReader
- Inheritance
-
TakeoutRecordReader
- Inherited Members
Methods
ReadAsync(Stream)
Asynchronously reads Takeout records from a JSON stream.
public static ValueTask<TakeoutRecords> ReadAsync(Stream stream)
Parameters
streamStreamThe readable stream containing a Takeout
records.jsondocument.
Returns
- ValueTask<TakeoutRecords>
The deserialized records, or null when the JSON value is null.