London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class AggregateFieldSerializer

Inheritance
System.Object
AggregateFieldSerializer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SolrNet.Impl.FieldSerializers
Assembly: Solrnet.dll
Version: 13.30.0
Syntax
public class AggregateFieldSerializer : ISolrFieldSerializer

Constructors

AggregateFieldSerializer(IEnumerable<ISolrFieldSerializer>)

Declaration
public AggregateFieldSerializer(IEnumerable<ISolrFieldSerializer> serializers)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<ISolrFieldSerializer> serializers

Methods

CanHandleType(Type)

Declaration
public bool CanHandleType(Type t)
Parameters
Type Name Description
System.Type t
Returns
Type Description
System.Boolean

Serialize(Object)

Declaration
public IEnumerable<PropertyNode> Serialize(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Collections.Generic.IEnumerable<PropertyNode>

Implements