Package megamek.ai.dataset
Class UnitAttackSerializer
java.lang.Object
megamek.ai.dataset.EntityDataSerializer<UnitAttack.Field,UnitAttack>
megamek.ai.dataset.UnitAttackSerializer
Serializer for UnitAttack to TSV format.
Uses a flexible map-based approach with enum fields.
-
Field Summary
Fields inherited from class megamek.ai.dataset.EntityDataSerializer
formatHandlers, LOG_DECIMAL, TAB, VERSION -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class megamek.ai.dataset.EntityDataSerializer
addFormatHandler, getHeaderLine, getNullValue, serialize
-
Constructor Details
-
UnitAttackSerializer
public UnitAttackSerializer()Creates a serializer with default field order.
-