Interface WicketObjects.IObjectSizeOfStrategy

    • Method Detail

      • sizeOf

        long sizeOf​(Serializable object)
        Computes the size of an object. This typically is an estimation, not an absolute accurate size.
        Parameters:
        object - The serializable object to compute size of
        Returns:
        The size of the object in bytes.