Interface SemanticTagSerializer
- All Superinterfaces:
ObjectSerializer<SemanticTag>
SemanticTagSerializer is the interface to implement by any file generator for SemanticTag object.- Author:
- Laurent Garnier - Initial contribution
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetSemanticTagsToBeSerialized(String id, List<SemanticTag> tags) Specify theListofSemanticTags to serialize and associate them with an identifier.Methods inherited from interface org.openhab.core.converter.ObjectSerializer
generateFormat, getGeneratedFormat
-
Method Details
-
setSemanticTagsToBeSerialized
Specify theListofSemanticTags to serialize and associate them with an identifier.- Parameters:
id- the identifier of theSemanticTagformat generation.tags- theListofSemanticTags to serialize.
-