Module: Hoss::Transport::Serializers Private

Defined in:
lib/hoss/transport/serializers.rb,
lib/hoss/transport/serializers/error_serializer.rb,
lib/hoss/transport/serializers/event_serializer.rb,
lib/hoss/transport/serializers/report_serializer.rb,
lib/hoss/transport/serializers/context_serializer.rb,
lib/hoss/transport/serializers/metadata_serializer.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Defined Under Namespace

Classes: Container, ContextSerializer, ErrorSerializer, EventSerializer, MetadataSerializer, ReportSerializer, Serializer, UnrecognizedResource

Class Method Summary collapse

Class Method Details

.new(config) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



99
100
101
# File 'lib/hoss/transport/serializers.rb', line 99

def self.new(config)
  Container.new(config)
end