This commit is contained in:
Chris McDonough
2010-05-02 03:35:05 +00:00
parent 7ac04ee4c7
commit 33a3025e43

View File

@@ -623,7 +623,8 @@ class String(object):
``allow_empty``
Boolean representing whether an empty string input to
deserialize will be accepted. Default: ``False``.
deserialize will be accepted even if the enclosing schema node
is required (has no default). Default: ``False``.
Input to ``serialize`` is serialized to a Python ``str`` object,
which is encoded in the encoding provided.