class YARD::Serializers::Base

def before_serialize; end

Returns:
  • (Boolean) - whether or not serialization should occur

Other tags:
    Abstract: - Should run code before serialization. Should return false
def before_serialize; end