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

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

There is a newer version: 1.49.0
Show newest version
package com.dslplatform.json;

import java.io.IOException;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy