toml_serializer Interface

public interface toml_serializer

Create standard constructor


Module Procedures

private function new_serializer_func(config) result(self)

Default constructor for TOML serializer

Arguments

Type IntentOptional Attributes Name
type(toml_ser_config), intent(in), optional :: config

Configuration for serializer

Return Value type(toml_serializer)

Instance of the TOML serializer