Package snap.props

Interface StringCodec.Codeable

Enclosing class:
StringCodec

public static interface StringCodec.Codeable
An interface for classes that know how to code/decode themselves.
  • Method Details

    • codeString

      String codeString()
      Returns a String representation of this object.
    • decodeString

      StringCodec.Codeable decodeString(String aString)
      Configures this object from a String representation.