Serialized data was truncated Thrown by deserialize() and stream_deserialize()
| 38 | |
| 39 | |
| 40 | class SerializationTruncationError(SerializationError): |
| 41 | """Serialized data was truncated |
| 42 | |
| 43 | Thrown by deserialize() and stream_deserialize() |
| 44 | """ |
| 45 | |
| 46 | class DeserializationExtraDataError(SerializationError): |
| 47 | """Deserialized data had extra data at the end |