public interface DataExternalizer<T>
T
read(java.io.DataInput in)
void
save(java.io.DataOutput out, T value)
void save(java.io.DataOutput out, T value) throws java.io.IOException
java.io.IOException
T read(java.io.DataInput in) throws java.io.IOException
This is unofficial documentation and not affiliated with Jetbrains s.r.o. at all. We can not guarantee the correctness of this documentation.