Class PolymorphicThrowableSchema

java.lang.Object
io.protostuff.runtime.PolymorphicSchema
io.protostuff.runtime.PolymorphicThrowableSchema
All Implemented Interfaces:
Schema<Object>

public abstract class PolymorphicThrowableSchema extends PolymorphicSchema
Used when the type is assignable from Throwable.
  • Field Details

  • Constructor Details

    • PolymorphicThrowableSchema

      public PolymorphicThrowableSchema(IdStrategy strategy)
  • Method Details