Package org.openhab.core.converter


package org.openhab.core.converter
  • Class
    Description
    A generic interface for parsers that parse strings into specific object types like Things, Items, Rules etc.
    A generic interface for serializers that serialize specific object types like Things, Items, Rules etc. into a serialized representation that is written to an OutputStream.
    A container that holds the result of a serializability check.