StringCodec
kantan.codecs.strings.StringCodec
object StringCodec extends CodecCompanion[String, DecodeError, codecs.type], PlatformSpecificCodecs
Provides instance creation methods.
No instance summoning method is provided - this is by design. Developers should never work with codecs, but with instances of StringEncoder and StringDecoder instead. Codecs are merely meant as a declaration convenience.
Default instances are defined in codecs.
Attributes
- Graph
-
- Supertypes
- Self type
-
StringCodec.type
Members list
In this article