Package org.fressian.handlers
Interface WriteHandler
-
public interface WriteHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(Writer w, java.lang.Object instance)
-
-
-
Method Detail
-
write
void write(Writer w, java.lang.Object instance) throws java.io.IOException
- Throws:
java.io.IOException
-
-