new Interface

public interface new

Overloaded constructor for TOML serializers


Module Procedures

public subroutine new_serializer(self, config)

Constructor to create new serializer instance

Arguments

Type IntentOptional Attributes Name
type(toml_serializer), intent(out) :: self

Instance of the TOML serializer

type(toml_ser_config), intent(in), optional :: config

Configuration for serializer