Class DefaultYamlSerializer<CLASS>

    • Constructor Detail

      • DefaultYamlSerializer

        public DefaultYamlSerializer​(@NonNull
                                     IAssemblyClassBinding classBinding)
        Construct a new YAML serializer that will generate YAML content based on data in the bound class identified by the classBinding.
        Parameters:
        classBinding - the bound class information for the Java type this serializer is operating on