|
|
|
|
|
|
Synopsis |
|
|
|
|
Main Serialized data type
|
|
|
Represents a serialized value of a particular type. Attempts can be made to deserialize it at certain types
| Instances | |
|
|
|
Force the contents of the Serialized value so weknow it doesn't contain any bottoms
|
|
Going into and out of Serialized
|
|
|
Put a Typeable value that we are able to actually turn into bytes into a Serialized value ready for deserialization later
|
|
|
If the Serialized value contains something of the given type, then use the specified deserializer to return Just that.
Otherwise return Nothing.
|
|
Handy serialization functions
|
|
|
Use a Data instance to implement a serialization scheme dual to that of deserializeWithData
|
|
|
Use a Data instance to implement a deserialization scheme dual to that of serializeWithData
|
|
Produced by Haddock version 2.6.1 |