Package megamek.ai.dataset
Class UnitStateSerializer
java.lang.Object
megamek.ai.dataset.EntityDataSerializer<UnitState.Field,UnitState>
megamek.ai.dataset.UnitStateSerializer
Serializer for UnitState 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
-
UnitStateSerializer
public UnitStateSerializer()Creates a serializer with the default field order.
-