@Target(value=TYPE) @Retention(value=RUNTIME) public @interface SerializableByConvention
IdentifiedDataSerializable
due to other conventions.
The annotation's value()
provides reasoning why class cannot be converted. Classes annotated with
SerializableByConvention
are excluded from compliance tests by DataSerializableConventionsTest
.Modifier and Type | Optional Element and Description |
---|---|
SerializableByConvention.Reason |
value |
public abstract SerializableByConvention.Reason value
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.