const mixinafBedSheet::ValueEncoder

afBedSheet::ValueEncoder

Responsible for converting values to and from Strs, used to inject values into your web handler methods.

Contribute to ValueEncoderSource to add your own ValueEncoders.

toClient

Source

abstract Str toClient(Obj value)

toValue

Source

abstract Obj toValue(Str clientValue)