All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.auties.protobuf.serialization.converter.ProtobufConverterElement Maven / Gradle / Ivy

There is a newer version: 3.4.1
Show newest version
package it.auties.protobuf.serialization.converter;

public sealed interface ProtobufConverterElement permits ProtobufSerializerElement, ProtobufDeserializerElement {
    ProtobufConverterType type();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy