gedcomx-php-client
  • Namespace
  • Class

Namespaces

  • Gedcomx
    • Agent
    • Atom
    • Common
    • Conclusion
    • Extensions
      • FamilySearch
        • Platform
          • Artifacts
          • Discussions
          • Tree
          • Users
        • Rs
          • Client
            • FamilyTree
            • Helpers
            • Memories
            • Util
        • Rt
        • Types
    • GedcomxFile
    • Links
    • Records
    • Rs
      • Client
        • Exception
        • Options
        • Util
    • Rt
    • Search
    • Source
    • Support
    • Types
    • Util
    • Vocab

Classes

  • DefaultJsonSerialization
  • DefaultXMLSerialization
  • GedcomxFile
  • GedcomxFileEntry
  • GedcomxOutput
  • Manifest
  • ManifestAttribute

Interfaces

  • GedcomxEntryDeserializer
  • GedcomxEntrySerializer

Exceptions

  • GedcomxFileException

Interface GedcomxEntrySerializer

Interface GedcomxEntrySerializer

Direct known implementers

Gedcomx\GedcomxFile\DefaultJsonSerialization, Gedcomx\GedcomxFile\DefaultXMLSerialization

Namespace: Gedcomx\GedcomxFile
Package: Gedcomx\src\GedcomxFile
Located at GedcomxFile/GedcomxEntrySerializer.php

Methods summary

public
# serialize( mixed $resource )

Serialize the resource to the specified output stream.

Serialize the resource to the specified output stream.

Parameters

$resource
public boolean
# isKnownContentType( string $contentType )

Whether the specified content type is a known content type and therefore does not need to be written to the entry attributes.

Whether the specified content type is a known content type and therefore does not need to be written to the entry attributes.

Parameters

$contentType
The content type.

Returns

boolean
Whether the content type is "known".
gedcomx-php-client API documentation generated by ApiGen