public interface CommonMarshallable
| Modifier and Type | Method and Description |
|---|---|
default boolean |
usesSelfDescribingMessage()
Determines whether the message produced by this object is self-describing.
|
default boolean usesSelfDescribingMessage()
true if the message should be self-describing, false otherwise.
By default, this method returns true.Copyright © 2024. All rights reserved.