Skip to content

Commit e37cddd

Browse files
committed
Add a note about buffering in from_reader
1 parent 49e544e commit e37cddd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/de.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2121,6 +2121,9 @@ where
21212121

21222122
/// Deserialize an instance of type `T` from an IO stream of JSON.
21232123
///
2124+
/// The content of the IO stream is deserialized directly from the stream
2125+
/// without being buffered in memory by serde_json.
2126+
///
21242127
/// # Example
21252128
///
21262129
/// ```rust

0 commit comments

Comments
 (0)