Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeserializableIfc ¶
Restore the state of an instance variable/struct from a string that was stored
type SerializableIfc ¶
Capture the state of an instance variable/struct as a string that can be stored
type Serializer ¶
type Serializer struct {
// contains filtered or unexported fields
}
func NewSerializer ¶
func NewSerializer(transcoder xc.TranscoderIfc) *Serializer
func (Serializer) Deserialize ¶
func (r Serializer) Deserialize(data *string) (*string, error)
Click to show internal directories.
Click to hide internal directories.