Interface TetradSerializableExcluded

All Superinterfaces:
Serializable
All Known Implementing Classes:
OrderedPair

public interface TetradSerializableExcluded extends Serializable

Interface to tag a class that should be exluded from the set of TetradSerializable classes, even if it implements the TetradSerializable interface. This is needed because some interface need to implement TetradSerializable for reasons of sanity, but certain rogue implementations of those interfaces are not actually serialized.> 0

See TestSerialization and TestSerializiableUtils.> 0

Version:
$Id: $Id
Author:
josephramsey