# Exclusions for Spine serializer generation # Single source of truth for all runtime exclusions # Format: [reason] # Types that should be completely excluded type SkeletonAttachment # Not available in runtimes other than spine-libgdx type AnimationState.AnimationStateListener # No need to serialize this one # Methods that should be excluded from specific classes method AnimationState.TrackEntry getListener() # No need to serialize this one # Fields that should be excluded (if any) # field ClassName fieldName # reason