class YARD::Serializers::Base
def serialize(object, data) end
-
data
(String
) -- the contents that should be serialized -
object
(CodeObjects::Base, String
) -- the object to serialize the
Other tags:
- Abstract: - This method should implement the logic that serializes
def serialize(object, data) end