Package org.yaml.snakeyaml.representer
Interface Represent
-
- All Known Implementing Classes:
Representer.RepresentJavaBean
public interface RepresentCreate a Node Graph out of the provided Native Data Structure (Java instance).- See Also:
- Chapter 3. Processing YAML Information
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NoderepresentData(Object data)Create a Node
-