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

com.dslplatform.json.UnknownSerializer Maven / Gradle / Ivy

package com.dslplatform.json;

import java.io.IOException;

interface UnknownSerializer {
	void serialize(JsonWriter writer, @Nullable Object unknown) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy