public interface DynamicallySized
Byteable
has dynamic size requirements.
A class implementing the DynamicallySized
interface indicates that
the size of its instances in bytes cannot be determined statically (at compile time) but
instead is dependent on the state of the individual object instances.
Copyright © 2024. All rights reserved.