Update serialize() docs for Angel v2

This commit is contained in:
Neel Kamath 2019-10-06 09:06:01 +05:30 committed by GitHub
parent 185b5d6598
commit 5312741c73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ abstract class ResponseContext<RawResponse>
/// Serializes response data into a String.
///
/// The default is conversion into JSON via `package:json_god`.
/// The default is conversion into JSON via `json.encode`.
///
/// If you are 100% sure that your response handlers will only
/// be JSON-encodable objects (i.e. primitives, `List`s and `Map`s),