Uses of Interface
com.aoapps.lang.io.FastExternalizable
-
Packages that use FastExternalizable Package Description com.aoapps.lang.i18n Internationalization (i18n) utilities shared by many projects.com.aoapps.lang.io -
-
Uses of FastExternalizable in com.aoapps.lang.i18n
Classes in com.aoapps.lang.i18n that implement FastExternalizable Modifier and Type Class Description classMoneyStores a monetary value as a combination of currency and amount. -
Uses of FastExternalizable in com.aoapps.lang.io
Methods in com.aoapps.lang.io that return FastExternalizable Modifier and Type Method Description protected FastExternalizableFastObjectInput. readFastObject()Reads aFastExternalizableobject from the stream.Methods in com.aoapps.lang.io with parameters of type FastExternalizable Modifier and Type Method Description protected voidFastObjectOutput. writeFastObject(FastExternalizable obj)Writes aFastExternalizableobject to the provided stream, supportingnullvalues.
-