SerializationUtils GetSerializableFields Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Gets all serializable fields for type in parent->child declaraion order, sub-ordered by case within the segment

Namespace: NFX.Serialization
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static IEnumerable<FieldInfo> GetSerializableFields(
	Type type
)

Return Value

Type: OnlineIEnumerable OnlineFieldInfo 
See Also