Package alexiil.mc.lib.net
Interface NetObjectCache.IEntrySerialiser<T>
- Enclosing class:
- NetObjectCache<T>
public static interface NetObjectCache.IEntrySerialiser<T>
-
Method Summary
Modifier and TypeMethodDescriptionread(ActiveConnection connection, NetByteBuf buffer)
void
write(T obj, ActiveConnection connection, NetByteBuf buffer)
-
Method Details
-
write
-
read
- Throws:
InvalidInputDataException
-