public interface UserTypeOutput
| Modifier and Type | Method and Description |
|---|---|
<T> void |
write(WritableMedia media,
T value)
This method is called by
WritableMedia to serialize user type |
<T> void write(WritableMedia media, T value) throws IOException
WritableMedia to serialize user typeT - the user typemedia - target media to serialize tovalue - the value to serialize (always not null!)IOException - if I/O error occurred.Copyright © 2016. All rights reserved.