Class: EventSourcery::EventStore::EventTypeSerializers::Legacy
- Inherits:
-
Object
- Object
- EventSourcery::EventStore::EventTypeSerializers::Legacy
- Defined in:
- lib/event_sourcery/event_store/event_type_serializers/legacy.rb
Overview
To support legacy implementations. Type is provided when initializing the event, not derived from the class constant
Instance Method Summary collapse
Instance Method Details
#deserialize(event_type) ⇒ Object
11 12 13 |
# File 'lib/event_sourcery/event_store/event_type_serializers/legacy.rb', line 11 def deserialize(event_type) Event end |
#serialize(event_class) ⇒ Object
7 8 9 |
# File 'lib/event_sourcery/event_store/event_type_serializers/legacy.rb', line 7 def serialize(event_class) nil end |