Class DefaultYamlDeserializer<CLASS>

    • Constructor Detail

      • DefaultYamlDeserializer

        public DefaultYamlDeserializer​(@NonNull
                                       IAssemblyClassBinding classBinding)
        Construct a new YAML deserializer that will parse the bound class identified by the classBinding.
        Parameters:
        classBinding - the bound class information for the Java type this deserializer is operating on