Method: GRPC::GenericService::Dsl#marshal_class_method
- Defined in:
- src/ruby/lib/grpc/generic/service.rb
#marshal_class_method ⇒ Object
the name of the instance method used to marshal events to a byte stream.
114 115 116 |
# File 'src/ruby/lib/grpc/generic/service.rb', line 114 def marshal_class_method @marshal_class_method ||= :marshal end |