
com.theoryinpractise.halbuilder.api.Representable Maven / Gradle / Ivy
The newest version!
package com.theoryinpractise.halbuilder.api;
/** Implementers of this interface can provide customized means of representing a class to a Representation. */
public interface Representable {
/**
* "Serializes" data to the given resource.
*
* @param resource The resource to serialize into.
*/
void representResource(Representation resource);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy