io.continual.services.model.client.ModelObjectWriter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of continualModel Show documentation
Show all versions of continualModel Show documentation
Continual's modeling library.
package io.continual.services.model.client;
import io.continual.services.model.core.data.ModelObject;
public interface ModelObjectWriter
{
void serializeTo ( ModelObject dataWriter );
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy