Interface ByteSized

All Known Subinterfaces:
SerializedObject
All Known Implementing Classes:
SerializedObject.Default

public interface ByteSized
  • Method Summary

    Modifier and Type Method Description
    long byteSize()
    Amount of bytes this objects requires in memory.
  • Method Details

    • byteSize

      long byteSize()
      Amount of bytes this objects requires in memory.