Class: Synapse::Serialization::RevisionResolver Abstract
- Inherits:
-
Object
- Object
- Synapse::Serialization::RevisionResolver
- Defined in:
- lib/synapse/serialization/revision_resolver.rb
Overview
This class is abstract.
Represents a mechanism for determining the revision of a payload being serialized
Direct Known Subclasses
Instance Method Summary collapse
-
#revision_of(payload_type) ⇒ String
abstract
Determines the revision of the given payload type.
Instance Method Details
#revision_of(payload_type) ⇒ String
This method is abstract.
Determines the revision of the given payload type
11 12 13 |
# File 'lib/synapse/serialization/revision_resolver.rb', line 11 def revision_of(payload_type) raise NotImplementedError end |